]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDCalibGain.h
New version of the PMD DA avoiding the creation of huge amount of histograms. Now...
[u/mrichter/AliRoot.git] / PMD / AliPMDCalibGain.h
index cf7a291ceb692421357638312fc6326730cb03ef..a27c08c593fe1b9a70d3a8a4192479548250e354 100644 (file)
@@ -25,16 +25,17 @@ class AliPMDCalibGain : public TObject
 
   enum
       {
 
   enum
       {
-         kDet = 2,      // Number of Planes
+         kDet    = 2,   // Number of Planes
          kMaxSMN = 24,  // Number of Modules
          kMaxRow = 48,  // Number of Rows
          kMaxCol = 96   // Number of Columns
       };
 
          kMaxSMN = 24,  // Number of Modules
          kMaxRow = 48,  // Number of Rows
          kMaxCol = 96   // Number of Columns
       };
 
-  TH1F *fHsmIso[kDet][kMaxSMN];     //histos of isolated cells modulewise
-  TH1F *fHadcIso[kDet][kMaxSMN][kMaxRow][kMaxCol]; // histos of iso cells cellwise
+  Float_t fSMIso[kDet][kMaxSMN];
+  Float_t fSMCount[kDet][kMaxSMN]; // counter
+  Float_t fCellIso[kDet][kMaxSMN][kMaxRow][kMaxCol]; // adc of iso cells
+  Float_t fCellCount[kDet][kMaxSMN][kMaxRow][kMaxCol]; // counter
 
 
-
-ClassDef(AliPMDCalibGain,1)        // description 
+ClassDef(AliPMDCalibGain,2)        // description 
 };
 #endif // ALIPMDCALIBGAIN_H
 };
 #endif // ALIPMDCALIBGAIN_H