43 |
// |
// |
44 |
PamLevel2 *L2; |
PamLevel2 *L2; |
45 |
Bool_t debug; |
Bool_t debug; |
46 |
|
const char* trkAlg; |
47 |
// |
// |
48 |
// 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 |
49 |
// |
// |
98 |
Int_t Get_Layerinfo_std(Int_t layer){ Process(); return layerinfo_std[layer];}; |
Int_t Get_Layerinfo_std(Int_t layer){ Process(); return layerinfo_std[layer];}; |
99 |
|
|
100 |
// |
// |
101 |
ToFNuclei(); |
//ToFNuclei(); |
102 |
ToFNuclei(PamLevel2 *L2); |
ToFNuclei(PamLevel2 *L2,const char* alg); |
103 |
~ToFNuclei(){ Delete(); }; |
~ToFNuclei(){ Delete(); }; |
104 |
// |
// |
105 |
void SetDebug(Bool_t d){ debug=d; }; |
void SetDebug(Bool_t d){ debug=d; }; |