]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigitizer.h
- Reset TProcessID count after each event
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigitizer.h
index 4043138601f631ba58233c84e65a21f25858fb7c..13ab83700bbf78f7c8cef87c54cda9572e30e65a 100644 (file)
@@ -27,6 +27,7 @@ class TBrowser;
 // --- AliRoot header files ---
 #include "AliDigitizer.h"
 #include "AliConfig.h"
+#include "AliEMCALCalibData.h"
 class AliEMCALSDigitizer ;
 class AliRunDigitizer ;
 
@@ -107,7 +108,7 @@ private:
   Float_t fTimeThreshold ;        // Threshold to start timing for given crystall
   Float_t fTimeSignalLength ;     // Length of the timing signal 
   Float_t fADCchannelEC ;         // width of one ADC channel in EC section (GeV)
-  Float_t fADCpedestalEC ;        //
+  Float_t fADCpedestalEC ;        // pedestal for one ADC channel
   Int_t   fNADCEC ;               // number of channels in EC section ADC
 
   TString fEventFolderName;         // skowron: name of EFN to read data from in stand alone mode
@@ -116,8 +117,9 @@ private:
   // Control hists
   Int_t   fControlHists;          //!
   TList  *fHists;                 //!
+  AliEMCALCalibData * fCalibData; //Calibration data pointer
 
-  ClassDef(AliEMCALDigitizer,5)  // description 
+  ClassDef(AliEMCALDigitizer,6)  // description 
 };