File indexing completed on 2024-04-06 11:57:57
0001
0002
0003
0004
0005 #ifndef ECALLASERCORRECTION_ECALLASERDBRECORD_H
0006 #define ECALLASERCORRECTION_ECALLASERDBRECORD_H
0007
0008 #include "FWCore/Utilities/interface/mplVector.h"
0009 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0010
0011
0012 #include "CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h"
0013 #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h"
0014 #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRcd.h"
0015 #include "CondFormats/DataRecord/interface/EcalLinearCorrectionsRcd.h"
0016
0017
0018
0019 class EcalLaserDbRecord
0020 : public edm::eventsetup::DependentRecordImplementation<EcalLaserDbRecord,
0021 edm::mpl::Vector<EcalLaserAlphasRcd,
0022 EcalLaserAPDPNRatiosRefRcd,
0023 EcalLaserAPDPNRatiosRcd,
0024 EcalLinearCorrectionsRcd> > {};
0025
0026 #endif