]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDDigitizer.h
Getting the trigger descriptors from CDB
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDDigitizer.h
index c1dda206899854a09e0334941f3061124298f1fb..68d54513cd01d911d95194b8d2dd45a2789cb4a2 100644 (file)
@@ -2,11 +2,12 @@
 #define AliHMPIDDigitizer_h
 /* Copyright(c) 1998-2000, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
-
+//.
+//.
+//.
 
 #include <AliDigitizer.h>
-#include "AliHMPIDDigit.h"
-class AliRunDigitizer;
+
 class TClonesArray;
 class TObjArray;
 
@@ -17,11 +18,11 @@ public:
            AliHMPIDDigitizer(AliRunDigitizer *pRunDig):AliDigitizer(pRunDig)  {}
   virtual ~AliHMPIDDigitizer()                                                {}
   void     Exec(Option_t* option=0);                //virtual
-  void     DoNoise(Bool_t doNoise)                           {fDoNoise=doNoise;} // Set noise or not
+  void     DoNoise(Bool_t doNoise)                           {fgDoNoise=doNoise;} // Set noise or not
 //   
   static void    Sdi2Dig(TClonesArray *pSDigLst,TObjArray *pDigLst);
 protected:
-  static  Bool_t fDoNoise;
+  static  Bool_t fgDoNoise;                        // flag to switch off/on noise
   ClassDef(AliHMPIDDigitizer,0)
 };