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); |