#ifndef ALIEMCALCALIBTEMPCOEFF_H #define ALIEMCALCALIBTEMPCOEFF_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id: $ */ #include #include #include "AliEMCALGeoParams.h" class TString; class TTree; /* Objects of this class contain temperature-dependence coefficients */ // total calibration factor is a product of // a) overall calibration factor [fAbsoluteCalib] // b) individual gain factor per tower [fRelativeCalib] // c) time-dependent correction // In this class we store factors needed for c) // ******* internal class definition ************* // 1 SuperModule's worth of info: info on where the different APDs are class AliEMCALSuperModuleCalibTempCoeff : public TObject { public: AliEMCALSuperModuleCalibTempCoeff(const int smNum=0) : TObject(), // just init values fSuperModuleNum(smNum) { for (int icol=0; icol