14 #ifndef StiIsSvtActiveFunctor_h
15 #define StiIsSvtActiveFunctor_h
21 StiIsActiveFunctor(active, editable), _Barrel(0), _Ladder(0),_nWafers(0), _dY(0), _dZ(0) {}
22 StiIsSvtActiveFunctor(Int_t barrel, Int_t ladder, Int_t nWafers, Double_t dY = 3.0, Double_t dZ = 3.0, Bool_t active=kTRUE,Bool_t editable=kTRUE) :
23 StiIsActiveFunctor(active, editable), _Barrel(barrel), _Ladder(ladder),_nWafers(nWafers), _dY(dY), _dZ(dZ) {}
25 virtual Bool_t
operator()(Double_t dYlocal, Double_t dZlocal)
const;
virtual Bool_t operator()(Double_t dYlocal, Double_t dZlocal) const
function object for determine a detector's active regions
function object for determine a detector's active regions