CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RPCConeDefinitionRcd.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1RPCConeDefinitionRcd_h
2 #define CondFormats_L1RPCConeDefinitionRcd_h
3 // -*- C++ -*-
4 //
5 // Package: CondFormats
6 // Class : L1RPCConeDefinitionRcd
7 //
8 
9 
10 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
11 // class L1RPCConeBuilderRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCConeBuilderRcd> {};
12 
16 #include <boost/mpl/vector.hpp>
17 class L1RPCConeDefinitionRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCConeDefinitionRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
18 
19 
20 #endif