112 |
Bool_t fYosel; |
Bool_t fYosel; |
113 |
Bool_t fYesel; |
Bool_t fYesel; |
114 |
Bool_t fSel; |
Bool_t fSel; |
115 |
|
Bool_t fPartsel; |
116 |
|
Int_t fXeout; |
117 |
|
Int_t fYeout; |
118 |
|
Int_t fXoout; |
119 |
|
Int_t fYoout; |
120 |
|
Int_t fXomin; |
121 |
|
Int_t fXemin; |
122 |
|
Int_t fYomin; |
123 |
|
Int_t fYemin; |
124 |
// |
// |
125 |
Bool_t fSimu; |
Bool_t fSimu; |
126 |
void DefineGeometry(); |
void DefineGeometry(); |
127 |
|
void Set(); |
128 |
|
|
129 |
public: |
public: |
130 |
// |
// |
146 |
void Print(Option_t *option){Print();}; |
void Print(Option_t *option){Print();}; |
147 |
// |
// |
148 |
Bool_t IsInsideAcceptance(TString section); |
Bool_t IsInsideAcceptance(TString section); |
149 |
Bool_t IsInsideAcceptance(TString section, Bool_t fast); |
Bool_t IsInsideReducedAcceptance(){return fPartsel;}; |
150 |
// |
// |
151 |
Bool_t IsInsideXE(){return(IsInsideAcceptance("XE"));}; |
Bool_t IsInsideXE(){return(IsInsideAcceptance("XE"));}; |
152 |
Bool_t InsideXEcheck(){return fXesel;}; |
Bool_t InsideXEcheck(){return fXesel;}; |
173 |
void SetRadius(Int_t strip){fRad = strip;}; |
void SetRadius(Int_t strip){fRad = strip;}; |
174 |
void SetMaxPlaneOffset(Int_t noplanes){fPl = noplanes;}; |
void SetMaxPlaneOffset(Int_t noplanes){fPl = noplanes;}; |
175 |
// |
// |
176 |
|
void SetMinimumContainment(TString section, Int_t plane); |
177 |
|
Int_t GetMinimumContainment(TString section); |
178 |
void SetConversionFactor(TString section, Float_t conv_r); |
void SetConversionFactor(TString section, Float_t conv_r); |
179 |
Float_t GetConversionFactor(TString section); |
Float_t GetConversionFactor(TString section); |
180 |
// |
// |