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