#include <StiTpcIsActiveFunctor.h>

Public Member Functions | |
| StiTpcIsActiveFunctor (Bool_t active=kTRUE, Bool_t west=kTRUE, Bool_t east=kTRUE) | |
| virtual Bool_t | operator() (Double_t, Double_t) const |
| virtual Bool_t | isActive () const |
| Returns whether the object is active. | |
| virtual Bool_t | isEastActive () const |
| virtual Bool_t | isWestActive () const |
| void | setEastActive (Bool_t value) |
| void | setWestActive (Bool_t value) |
Protected Attributes | |
| Bool_t | _eastActive |
| is the east half of the padrow on? | |
| Bool_t | _westActive |
| is the west half of the padrow on? | |
Class defines a isActiveFunctor specific to the STAR tpc. The isActive status depends on the livelihood of the east and west side of the TPC.
Definition at line 18 of file StiTpcIsActiveFunctor.h.
1.5.9