File indexing completed on 2024-04-06 12:02:03
0001 #ifndef L1TGMTParamsRcd_L1TGMTParamsO2ORcd_h
0002 #define L1TGMTParamsRcd_L1TGMTParamsO2ORcd_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0022 #include "CondFormats/DataRecord/interface/L1TriggerKeyListExtRcd.h"
0023 #include "CondFormats/DataRecord/interface/L1TriggerKeyExtRcd.h"
0024 #include "CondFormats/DataRecord/interface/L1TMuonGlobalParamsRcd.h"
0025
0026 class L1TMuonGlobalParamsO2ORcd
0027 : public edm::eventsetup::DependentRecordImplementation<
0028 L1TMuonGlobalParamsO2ORcd,
0029 edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TMuonGlobalParamsRcd> > {};
0030
0031 #endif