]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitizerV3.h
ReadRaw(): TGraphs are created once per event (B.Polichtchouk)
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitizerV3.h
index 9355a82d7ceda246cb85ed962fa44f94f1709b5f..9fea4b72f846c0e4e448dbba90c4a55fd43a7cdd 100644 (file)
@@ -61,7 +61,7 @@ private:
   void ApplyResponseToTriggerDigit(AliMUONDigit& digit, AliMUONData* data);
 
 private:  
-  AliMUONDigit* FindCorrespondingDigit(AliMUONDigit& digit,AliMUONData* data);
+  AliMUONDigit* FindCorrespondingDigit(AliMUONDigit& digit,AliMUONData* data) const;
   
   Int_t FindDigitIndex(TClonesArray& array, const AliMUONDigit& digit) const;
 
@@ -76,20 +76,20 @@ private:
                         Int_t mask);
   
 private:
-  Bool_t fIsInitialized; // are we initialized ?
-  AliMUONData* fOutputData; //! pointer to access digits
-  AliMUONCalibrationData* fCalibrationData; //! pointer to access calib parameters
-  TTask* fTriggerProcessor; // pointer to the trigger part of the job
-  ETriggerCodeVersion fTriggerCodeVersion; // which version of trigger job
-  Bool_t fUseTriggerEfficiency; // whether or not we should apply trigger efficiency
-  AliMUONTriggerEfficiencyCells* fTriggerEfficiency; // trigger efficiency map  
-  mutable TStopwatch fFindDigitIndexTimer; //! counting time spent in FindDigitIndex
-  TStopwatch fGenerateNoisyDigitsTimer; //! counting time spent in GenerateNoisyDigits()
-  TStopwatch fExecTimer; //! couting time spent in Exec()  
-  TF1* fNoiseFunction; //! function to randomly get signal above n*sigma_ped
-  Bool_t fGenerateNoisyDigits; //! whether or not we should generate noise-only digits for tracker
-  static const Double_t fgkNSigmas; // number of sigmas above ped to use 
-  // for noise-only digit generation and zero-suppression
+  Bool_t fIsInitialized; ///< are we initialized ?
+  AliMUONData* fOutputData; //!< pointer to access digits
+  AliMUONCalibrationData* fCalibrationData; //!< pointer to access calib parameters
+  TTask* fTriggerProcessor; ///< pointer to the trigger part of the job
+  ETriggerCodeVersion fTriggerCodeVersion; ///< which version of trigger job
+  Bool_t fUseTriggerEfficiency; ///< whether or not we should apply trigger efficiency
+  AliMUONTriggerEfficiencyCells* fTriggerEfficiency; ///< trigger efficiency map  
+  mutable TStopwatch fFindDigitIndexTimer; //!< counting time spent in FindDigitIndex
+  TStopwatch fGenerateNoisyDigitsTimer; //!< counting time spent in GenerateNoisyDigits()
+  TStopwatch fExecTimer; //!< couting time spent in Exec()  
+  TF1* fNoiseFunction; //!< function to randomly get signal above n*sigma_ped
+  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
 
   ClassDef(AliMUONDigitizerV3,3) // MUON Digitizer V3-3
 };