1 #ifndef ALIEMCALCALIBTIME_H 2 #define ALIEMCALCALIBTIME_H 39 void Print(Option_t *option =
"")
const;
44 Float_t
GetTimeChannel(Int_t supermodule, Int_t column, Int_t row, Int_t bc)
const 50 void SetTimeChannel(Int_t supermodule, Int_t column, Int_t row, Int_t bc, Float_t value)
75 #endif // ALIEMCALCALIBTIME_H void Print(Option_t *option="") const
Print tables.
Float_t fTimeChannel[fgkECALDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows][4]
time shift (ns) of one ADC channel ([mod][col][row][bunch crossing number])
static const int fgkEMCALRows
Number of rows per module for EMCAL.
void Reset()
Set all channels to 0.
void SetTimeChannel(Int_t supermodule, Int_t column, Int_t row, Int_t bc, Float_t value)
AliEMCALCalibTime & operator=(const AliEMCALCalibTime &calibti)
Assignment operator.
Float_t GetTimeChannelDecal(Int_t supermodule, Int_t column, Int_t row) const
Cell time shifts container class.
static const int fgkEMCALCols
Number of columns per module for EMCAL.
static const int fgkECALDCALModules
void SetTimeChannelDecal(Int_t supermodule, Int_t column, Int_t row, Float_t value)
Float_t GetTimeChannel(Int_t supermodule, Int_t column, Int_t row, Int_t bc) const
virtual ~AliEMCALCalibTime()
Float_t fTimeChannelDecal[fgkECALDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
time shift (ns) of one ADC channel ([mod][col][row])
AliEMCALCalibTime()
Default constructor.