11 #ifndef STI_TPC_IS_ACTIVE_FUNCTOR
12 #define STI_TPC_IS_ACTIVE_FUNCTOR
31 virtual Bool_t isEastActive()
const {
return _eastActive;}
32 virtual Bool_t isWestActive()
const {
return _westActive;}
33 void setEastActive(Bool_t value) {
_eastActive = value;}
34 void setWestActive(Bool_t value) {
_westActive = value;}
42 #endif // ifndef STI_TPC_IS_ACTIVE_FUNCTOR
Bool_t _eastActive
is the east half of the padrow on?
virtual Bool_t operator()(Double_t, Double_t) const
virtual Bool_t isActive() const
Returns whether the object is active.
function object for determine a TPC padrow's active regions
function object for determine a detector's active regions
Bool_t _westActive
is the west half of the padrow on?