Go to the documentation of this file.00001 #ifndef DataRecord_L1RPCHsbConfigRcd_h
00002 #define DataRecord_L1RPCHsbConfigRcd_h
00003
00004
00005
00006
00007
00017 #include "boost/mpl/vector.hpp"
00018
00019 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00020 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00021 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00022
00023 class L1RPCHsbConfigRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCHsbConfigRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00024
00025 #endif
00026