Go to the documentation of this file.00001 #ifndef CondFormats_L1RPCConeDefinitionRcd_h
00002 #define CondFormats_L1RPCConeDefinitionRcd_h
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00014 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00015 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00016 #include <boost/mpl/vector.hpp>
00017 class L1RPCConeDefinitionRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCConeDefinitionRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00018
00019
00020 #endif