34 |
PamLevel2 *L2; |
PamLevel2 *L2; |
35 |
Bool_t debug; |
Bool_t debug; |
36 |
Bool_t usetrack; |
Bool_t usetrack; |
37 |
|
const char* trkAlg; |
38 |
|
|
39 |
// |
// |
40 |
// 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 |
41 |
// |
// |
102 |
void Set_N(Int_t n){ N=n;}; |
void Set_N(Int_t n){ N=n;}; |
103 |
void Set_R(Int_t r){ R=r;}; |
void Set_R(Int_t r){ R=r;}; |
104 |
// |
// |
105 |
CaloNuclei(); |
// CaloNuclei(); |
106 |
CaloNuclei(PamLevel2 *L2); |
CaloNuclei(PamLevel2 *L2,const char* alg); |
107 |
~CaloNuclei(){ Delete(); }; |
~CaloNuclei(){ Delete(); }; |
108 |
// |
// |
109 |
void SetDebug(Bool_t d){ debug=d; }; |
void SetDebug(Bool_t d){ debug=d; }; |
123 |
void Print(); |
void Print(); |
124 |
void Print(Option_t *option){Print();}; |
void Print(Option_t *option){Print();}; |
125 |
// |
// |
126 |
ClassDef(CaloNuclei,2); |
ClassDef(CaloNuclei,3); |
127 |
}; |
}; |
128 |
|
|
129 |
#endif |
#endif |