X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFDaConfigHandler.h;h=86317f0b683c80ecff75e1b191c086d50d35cbad;hb=65d34db0f9197f87802aad1630525d530b2784bd;hp=8894e304895032675f6bf17accf60a631cd9e013;hpb=59f6cc12123bba6112302b7323d0e91d6cf996e1;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFDaConfigHandler.h b/TOF/AliTOFDaConfigHandler.h index 8894e304895..86317f0b683 100644 --- a/TOF/AliTOFDaConfigHandler.h +++ b/TOF/AliTOFDaConfigHandler.h @@ -10,6 +10,8 @@ // to get the necessary flags to run (e.g. debug flag) // // // // Chiara.Zampolli (Chiara.Zampolli@cern.ch) // +// Roberto Preghenella (R+) (preghenella@bo.infn.it) // +// // // // //////////////////////////////////////////////////////////////////////////// @@ -37,14 +39,15 @@ public: void OnFatalError(const char *name); void OnCdataBlock(const char *name, Int_t len); - Int_t GetDebugFlag() const {return fDebugFlag;} - Int_t GetT0Flag() const {return fT0Flag;} + Int_t GetMeanMultiplicity() const {return fMeanMultiplicity;}; + Int_t GetMaxHits() const {return fMaxHits;}; private: - Int_t fDebugFlag; // debug flag: 0-->off, 1-->first level of debug, 2-->second level of debug, 3-->third level of debug - Int_t fT0Flag; // flag for using T0: 0-->off, 1-->on - ClassDef(AliTOFDaConfigHandler,0); + Int_t fMeanMultiplicity; // mean multiplicity + Int_t fMaxHits; // max hits + + ClassDef(AliTOFDaConfigHandler,1); }; #endif