89 |
// |
// |
90 |
void SetSuffix(TString suffix){ suf = suffix;}; |
void SetSuffix(TString suffix){ suf = suffix;}; |
91 |
// |
// |
92 |
ClassDef(CaloLat,2); |
ClassDef(CaloLat,3); |
93 |
}; |
}; |
94 |
|
|
95 |
/** |
/** |
161 |
// |
// |
162 |
void Fit(); |
void Fit(); |
163 |
void Fit(Bool_t draw); |
void Fit(Bool_t draw); |
164 |
|
TF1 *GetFit(); |
165 |
// |
// |
166 |
// Double_t ccurve(Double_t *t, Double_t *par); |
// Double_t ccurve(Double_t *t, Double_t *par); |
167 |
// |
// |
238 |
void Print(); |
void Print(); |
239 |
void Print(Option_t *option){Print();}; |
void Print(Option_t *option){Print();}; |
240 |
// |
// |
241 |
ClassDef(CaloLong,3); |
ClassDef(CaloLong,4); |
242 |
}; |
}; |
243 |
|
|
244 |
/** |
/** |
290 |
void Print(); |
void Print(); |
291 |
void Print(Option_t *option){Print();}; |
void Print(Option_t *option){Print();}; |
292 |
// |
// |
293 |
ClassDef(Calo2D,2); |
ClassDef(Calo2D,3); |
294 |
}; |
}; |
295 |
|
|
296 |
#endif |
#endif |