]> 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 ee391724e7f4f8c51a49e72c0dd49740fc4e7ff5..68d54513cd01d911d95194b8d2dd45a2789cb4a2 100644 (file)
@@ -2,10 +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>
-class AliRunDigitizer;
+
 class TClonesArray;
 class TObjArray;
 
@@ -16,12 +18,12 @@ public:
            AliHMPIDDigitizer(AliRunDigitizer *pRunDig):AliDigitizer(pRunDig)  {}
   virtual ~AliHMPIDDigitizer()                                                {}
   void     Exec(Option_t* option=0);                //virtual
+  void     DoNoise(Bool_t doNoise)                           {fgDoNoise=doNoise;} // Set noise or not
 //   
   static void    Sdi2Dig(TClonesArray *pSDigLst,TObjArray *pDigLst);
 protected:
+  static  Bool_t fgDoNoise;                        // flag to switch off/on noise
   ClassDef(AliHMPIDDigitizer,0)
 };    
 
-typedef AliHMPIDDigitizer AliRICHDigitizer;  // for backward compatibility
-
 #endif