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