]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitizerV3.h
Many changes : \n-concerning trigger, fixing bugs in efficiency handling, partly...
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitizerV3.h
index fd360843ae0d2a0afd44179721ca89fb671efa48..b0acfb7e621354463ef137493f63df0ea1502ed8 100644 (file)
@@ -23,6 +23,7 @@
 class AliMUONCalibrationData;
 class AliMUONData;
 class AliMUONDigit;
+class AliMUONLogger;
 class AliMUONTriggerEfficiencyCells;
 class TClonesArray;
 class TF1;
@@ -50,10 +51,10 @@ private:
   void ApplyResponse();
 
   void ApplyResponseToTrackerDigit(AliMUONDigit& digit, Bool_t addNoise);
-  void ApplyResponseToTriggerDigit(AliMUONDigit& digit, AliMUONData* data);
+  void ApplyResponseToTriggerDigit(AliMUONDigit& digit);
 
 private:  
-  AliMUONDigit* FindCorrespondingDigit(AliMUONDigit& digit,AliMUONData* data) const;
+  AliMUONDigit* FindCorrespondingDigit(AliMUONDigit& digit) const;
   
   Int_t FindDigitIndex(TClonesArray& array, const AliMUONDigit& digit) const;
 
@@ -80,7 +81,8 @@ private:
   Bool_t fGenerateNoisyDigits; //!< whether or not we should generate noise-only digits for tracker
   static const Double_t fgkNSigmas; ///< \brief number of sigmas above ped to use 
   /// for noise-only digit generation and zero-suppression
-
+  AliMUONLogger* fLogger; ///<! to keep track of messages
+  
   ClassDef(AliMUONDigitizerV3,3) // MUON Digitizer V3-3
 };