| 67 |
Bool_t cont; |
Bool_t cont; |
| 68 |
Bool_t crig; |
Bool_t crig; |
| 69 |
// |
// |
| 70 |
|
Bool_t usepl18x; |
| 71 |
|
// |
| 72 |
Int_t mask18b; |
Int_t mask18b; |
| 73 |
Bool_t dofull; |
Bool_t dofull; |
| 74 |
Bool_t dolong; |
Bool_t dolong; |
| 146 |
void UnLoadFullAverage(Int_t rigbin); |
void UnLoadFullAverage(Int_t rigbin); |
| 147 |
void UnLoadFullNAverage(Int_t rigbin); |
void UnLoadFullNAverage(Int_t rigbin); |
| 148 |
TMatrixF *LoadFullMatrix(Int_t rigbin); |
TMatrixF *LoadFullMatrix(Int_t rigbin); |
| 149 |
void LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri); |
// void LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri); |
| 150 |
|
void LoadFullMatrix(Int_t rigbin, TMatrixF *fmatri); |
| 151 |
TMatrixF *LoadFullNMatrix(Int_t rigbin); |
TMatrixF *LoadFullNMatrix(Int_t rigbin); |
| 152 |
void UnLoadFullMatrix(Int_t rigbin); |
void UnLoadFullMatrix(Int_t rigbin); |
| 153 |
void UnLoadFullNMatrix(Int_t rigbin); |
void UnLoadFullNMatrix(Int_t rigbin); |
| 175 |
void SetDebug(Bool_t d){ debug=d; }; |
void SetDebug(Bool_t d){ debug=d; }; |
| 176 |
void SetNoWpreSampler(Int_t n); |
void SetNoWpreSampler(Int_t n); |
| 177 |
void SetNoWcalo(Int_t n); |
void SetNoWcalo(Int_t n); |
| 178 |
|
void SplitInto(Int_t NoWpreSampler, Int_t NoWcalo); |
| 179 |
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. |
| 180 |
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. |
| 181 |
void DrawLongAverage(Float_t rig); |
void DrawLongAverage(Float_t rig); |
| 182 |
void DrawLongAverage(Int_t bin); |
void DrawLongAverage(Int_t bin); |
| 183 |
void UseCaloRig(){crig=true;}; |
void UseCaloRig(){crig=true;}; |
| 184 |
// |
// |
| 185 |
|
void UsePlane18X(Bool_t use){usepl18x = use;}; |
| 186 |
|
// |
| 187 |
|
// |
| 188 |
void Clear(); |
void Clear(); |
| 189 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
| 190 |
void Delete(); |
void Delete(); |
| 195 |
void Print(); |
void Print(); |
| 196 |
void Print(Option_t *option){Print();}; |
void Print(Option_t *option){Print();}; |
| 197 |
// |
// |
| 198 |
ClassDef(CaloFranzini,1); |
ClassDef(CaloFranzini,2); |
| 199 |
}; |
}; |
| 200 |
|
|
| 201 |
#endif |
#endif |