File indexing completed on 2024-04-06 12:02:03
0001 #ifndef CondFormatsDataRecord_L1CaloEcalScaleRcd_h
0002 #define CondFormatsDataRecord_L1CaloEcalScaleRcd_h
0003
0004 #include "FWCore/Utilities/interface/mplVector.h"
0005
0006
0007 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0008 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0009 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0010
0011
0012 class L1CaloEcalScaleRcd
0013 : public edm::eventsetup::DependentRecordImplementation<L1CaloEcalScaleRcd,
0014 edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
0015
0016 #endif