File indexing completed on 2023-03-17 10:41:34
0001
0002
0003
0004
0005 #ifndef ECALLASERCORRECTION_ECALLASERDBRECORDMC_H
0006 #define ECALLASERCORRECTION_ECALLASERDBRECORDMC_H
0007
0008 #include "FWCore/Utilities/interface/mplVector.h"
0009 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0010
0011 #include "CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h"
0012 #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h"
0013 #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosMCRcd.h"
0014 #include "CondFormats/DataRecord/interface/EcalLinearCorrectionsRcd.h"
0015
0016 class EcalLaserDbRecordMC
0017 : public edm::eventsetup::DependentRecordImplementation<EcalLaserDbRecordMC,
0018 edm::mpl::Vector<EcalLaserAlphasRcd,
0019 EcalLaserAPDPNRatiosRefRcd,
0020 EcalLaserAPDPNRatiosMCRcd,
0021 EcalLinearCorrectionsRcd> > {};
0022
0023 #endif