110 |
Int_t fitresult; |
Int_t fitresult; |
111 |
// |
// |
112 |
Bool_t no18x; |
Bool_t no18x; |
113 |
|
Bool_t maskXE; |
114 |
|
Bool_t maskYE; |
115 |
|
Bool_t maskXO; |
116 |
|
Bool_t maskYO; |
117 |
// |
// |
118 |
Float_t eplane[2][22]; |
Float_t eplane[2][22]; |
119 |
// |
// |
151 |
void SetDebug(Bool_t d){ debug=d; }; |
void SetDebug(Bool_t d){ debug=d; }; |
152 |
void UsePlane18X(){ no18x=false; }; |
void UsePlane18X(){ no18x=false; }; |
153 |
// |
// |
154 |
|
void MaskSection(TString); |
155 |
void Selection(){sel = true; cont = false;}; ///< Set selection mode: planes from 1 to 22-N are used, plane 18 - N is masked if "emulate18" variable is true (DEFAULT); |
void Selection(){sel = true; cont = false;}; ///< Set selection mode: planes from 1 to 22-N are used, plane 18 - N is masked if "emulate18" variable is true (DEFAULT); |
156 |
void Contamination(){sel = false; cont = true;}; ///< Set contamination mode: planes from N to 22 are used. |
void Contamination(){sel = false; cont = true;}; ///< Set contamination mode: planes from N to 22 are used. |
157 |
void SetNoWpreSampler(Int_t n); |
void SetNoWpreSampler(Int_t n); |
158 |
void SetNoWcalo(Int_t n); |
void SetNoWcalo(Int_t n); |
159 |
|
void SplitInto(Int_t NoWpreSampler, Int_t NoWcalo); |
160 |
Int_t GetNoWpreSampler(){return N;}; ///< Get the number of W planes used as presampler. |
Int_t GetNoWpreSampler(){return N;}; ///< Get the number of W planes used as presampler. |
161 |
Int_t GetNoWcalo(){return NC;}; ///< Get the number of W planes used as calorimeter. |
Int_t GetNoWcalo(){return NC;}; ///< Get the number of W planes used as calorimeter. |
162 |
// |
// |