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
};
- 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