CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RPCConeBuilderRcd.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1RPCConeBuilderRcd_h
2 #define CondFormats_L1RPCConeBuilderRcd_h
3 // -*- C++ -*-
4 //
5 // Package: CondFormats
6 // Class : L1RPCConeBuilderRcd
7 //
16 //
17 // Author:
18 // Created: Fri Feb 22 12:15:57 CET 2008
19 // $Id: L1RPCConeBuilderRcd.h,v 1.3 2009/03/18 23:12:01 wsun Exp $
20 //
21 
22 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
23 // class L1RPCConeBuilderRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCConeBuilderRcd> {};
24 
30 #include <boost/mpl/vector.hpp>
31 class L1RPCConeBuilderRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCConeBuilderRcd, boost::mpl::vector<MuonGeometryRecord,L1TriggerKeyListRcd,L1TriggerKeyRcd, L1RPCConeDefinitionRcd > > {};
32 
33 
34 #endif