File indexing completed on 2023-03-17 10:46:44
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef CondFormatsDataRecord_L1TCaloParamsO2ORcd_h
0012 #define CondFormatsDataRecord_L1TCaloParamsO2ORcd_h
0013
0014 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0015 #include "CondFormats/DataRecord/interface/L1TriggerKeyListExtRcd.h"
0016 #include "CondFormats/DataRecord/interface/L1TriggerKeyExtRcd.h"
0017 #include "CondFormats/DataRecord/interface/L1TCaloParamsRcd.h"
0018 class L1TCaloParamsO2ORcd : public edm::eventsetup::DependentRecordImplementation<
0019 L1TCaloParamsO2ORcd,
0020 edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TCaloParamsRcd> > {};
0021
0022 #endif