File indexing completed on 2023-03-17 10:46:44
0001 #ifndef DataRecord_L1RPCHsbConfigRcd_h
0002 #define DataRecord_L1RPCHsbConfigRcd_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #include "FWCore/Utilities/interface/mplVector.h"
0018
0019 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0020 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0021 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0022
0023 class L1RPCHsbConfigRcd
0024 : public edm::eventsetup::DependentRecordImplementation<L1RPCHsbConfigRcd,
0025 edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
0026
0027 #endif