151 |
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. |
152 |
void SetNoWpreSampler(Int_t n); |
void SetNoWpreSampler(Int_t n); |
153 |
void SetNoWcalo(Int_t n); |
void SetNoWcalo(Int_t n); |
154 |
|
void SplitInto(Int_t NoWpreSampler, Int_t NoWcalo); |
155 |
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. |
156 |
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. |
157 |
// |
// |