24 void LoadMap(
const char * fileName);
27 void SetThreshold(Double_t val) { fSmallModThreshold = fLargeModThreshold = val; }
29 fSmallModThreshold = small;
30 fLargeModThreshold = lagre;
33 virtual InitStatus
Init();
34 virtual void Exec(Option_t* opt);
40 TClonesArray * fArrayOfZdcPoints;
41 TClonesArray * fArrayOfZdcDigits;
44 Double_t fSmallModThreshold = 0.;
45 Double_t fLargeModThreshold = 0.;