33 |
// |
// |
34 |
PamLevel2 *L2; ///< PamLevel2 object |
PamLevel2 *L2; ///< PamLevel2 object |
35 |
Bool_t debug; ///< debug flag |
Bool_t debug; ///< debug flag |
36 |
|
Bool_t usepl18x; |
37 |
// |
// |
38 |
// needed to avoid reprocessing the same event over and over to obtain the variables |
// needed to avoid reprocessing the same event over and over to obtain the variables |
39 |
// |
// |
287 |
// |
// |
288 |
// Other methods |
// Other methods |
289 |
// |
// |
290 |
|
|
291 |
|
void UsePlane18X(Bool_t use){usepl18x = use;}; |
292 |
|
// |
293 |
void Clear(); ///< clear varibles |
void Clear(); ///< clear varibles |
294 |
void Clear(Option_t *option){Clear();}; ///< compatibility with TObject |
void Clear(Option_t *option){Clear();}; ///< compatibility with TObject |
295 |
void Delete(); ///< delete object |
void Delete(); ///< delete object |
300 |
void Print(); ///< Print variables on STDOUT |
void Print(); ///< Print variables on STDOUT |
301 |
void Print(Option_t *option){Print();}; ///< compatibility with TObject |
void Print(Option_t *option){Print();}; ///< compatibility with TObject |
302 |
// |
// |
303 |
ClassDef(CaloEnergy,3); |
ClassDef(CaloEnergy,4); |
304 |
}; |
}; |
305 |
|
|
306 |
#endif |
#endif |