Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:57:57

0001 //
0002 // Toyoko Orimoto (Caltech), 10 July 2007
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 /* ECALLASERCORRECTION_ECALLASERDBRECORDMC_H */