| 32 |
private: |
private: |
| 33 |
// |
// |
| 34 |
PamLevel2 *L2; |
PamLevel2 *L2; |
| 35 |
|
Bool_t debug; |
| 36 |
// |
// |
| 37 |
// 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 |
| 38 |
// |
// |
| 77 |
CaloNuclei(PamLevel2 *L2); |
CaloNuclei(PamLevel2 *L2); |
| 78 |
~CaloNuclei(){ Delete(); }; |
~CaloNuclei(){ Delete(); }; |
| 79 |
// |
// |
| 80 |
|
void SetDebug(Bool_t d){ debug=d; }; |
| 81 |
|
// |
| 82 |
void Clear(); |
void Clear(); |
| 83 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
| 84 |
void Delete(); |
void Delete(); |