1 #ifndef ALIEMCALCALIBDATA_H 2 #define ALIEMCALCALIBDATA_H 36 void Print(Option_t *option =
"")
const;
39 Float_t
GetADCchannel (Int_t module, Int_t column, Int_t row)
const;
42 Float_t
GetADCpedestal (Int_t module, Int_t column, Int_t row)
const;
46 void SetADCchannel (Int_t module, Int_t column, Int_t row, Float_t value);
49 void SetADCpedestal (Int_t module, Int_t column, Int_t row, Float_t value);
55 Float_t
GetTimeChannel (Int_t module, Int_t column, Int_t row, Int_t bc)
const;
58 void SetTimeChannel (Int_t module, Int_t column, Int_t row, Int_t bc, Float_t value);
94 #endif // ALIEMCALCALIBDATA_H void SetADCchannel(Int_t module, Int_t column, Int_t row, Float_t value)
void SetTimeChannel(Int_t module, Int_t column, Int_t row, Int_t bc, Float_t value)
static const int fgkEMCALRows
Number of rows per module for EMCAL.
Float_t GetTimeChannelDecal(Int_t module, Int_t column, Int_t row) const
Float_t fADCchannelDecal[fgkECALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
width of one ADC channel in GeV obtained from the voltage settings online
Float_t fADCchannelOnlineDCAL[fgkDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
width of one ADC channel in GeV ([mod][col][row])
virtual ~AliEMCALCalibData()
AliEMCALCalibData()
Default constructor.
Cell energy calibration factors container class.
void Print(Option_t *option="") const
Float_t fADCchannel[fgkECALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
base value of the ADC channel set from cosmics calibration, not to be used, instead use fADCchannelOn...
Float_t GetADCchannelRef() const
void SetADCchannelRef(Float_t value)
Float_t fTimeChannel[fgkECALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows][4]
time shift of one ADC channel ([mod][col][row])
Float_t fTimeChannelDecal[fgkECALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
value of the ADC pedestal ([mod][col][row]), not used
void SetADCpedestal(Int_t module, Int_t column, Int_t row, Float_t value)
void SetADCchannelDecal(Int_t module, Int_t column, Int_t row, Float_t value)
Float_t GetADCchannelOnline(Int_t module, Int_t column, Int_t row) const
Float_t fTimeChannelDecalDCAL[fgkDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
value of the ADC pedestal ([mod][col][row]), not used
AliEMCALCalibData & operator=(const AliEMCALCalibData &calibda)
Assignment operator.
Float_t fADCpedestal[fgkECALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
decalibrate width of one ADC channel in GeV ([mod][col][row])
void Reset()
Set all pedestals to 0 and all ADC channels widths to 1.
Float_t GetADCchannelDecal(Int_t module, Int_t column, Int_t row) const
Float_t fADCchannelDecalDCAL[fgkDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
width of one ADC channel in GeV obtained from the voltage settings online
Float_t GetTimeChannel(Int_t module, Int_t column, Int_t row, Int_t bc) const
Float_t fADCchannelOnline[fgkECALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
width of one ADC channel in GeV ([mod][col][row])
static const int fgkEMCALCols
Number of columns per module for EMCAL.
Float_t GetADCchannel(Int_t module, Int_t column, Int_t row) const
Float_t fADCpedestalDCAL[fgkDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
decalibrate width of one ADC channel in GeV ([mod][col][row])
static const int fgkDCALModules
void SetTimeChannelDecal(Int_t module, Int_t column, Int_t row, Float_t value)
Float_t GetADCpedestal(Int_t module, Int_t column, Int_t row) const
Float_t fADCchannelDCAL[fgkDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows]
time shift of one ADC channel ([mod][col][row][bunch crossing number])
static const int fgkECALModules
void SetADCchannelOnline(Int_t module, Int_t column, Int_t row, Float_t value)
Float_t fTimeChannelDCAL[fgkDCALModules][AliEMCALGeoParams::fgkEMCALCols][AliEMCALGeoParams::fgkEMCALRows][4]
time shift of one ADC channel ([mod][col][row])