File indexing completed on 2023-03-17 10:46:44
0001 #ifndef L1TMTFOverlapParamsRcd_L1TMTFOverlapParamsO2ORcd_h
0002 #define L1TMTFOverlapParamsRcd_L1TMTFOverlapParamsO2ORcd_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/L1TMuonOverlapParamsRcd.h"
0025 class L1TMuonOverlapParamsO2ORcd
0026 : public edm::eventsetup::DependentRecordImplementation<
0027 L1TMuonOverlapParamsO2ORcd,
0028 edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TMuonOverlapParamsRcd> > {};
0029
0030
0031
0032 #endif