]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDaConfigHandler.h
Coding conventions
[u/mrichter/AliRoot.git] / TOF / AliTOFDaConfigHandler.h
index 8894e304895032675f6bf17accf60a631cd9e013..86317f0b683c80ecff75e1b191c086d50d35cbad 100644 (file)
@@ -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