CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RPCConfigRcd.h
Go to the documentation of this file.
1 #ifndef DataRecord_L1RPCConfigRcd_h
2 #define DataRecord_L1RPCConfigRcd_h
3 // -*- C++ -*-
4 //
5 // Package: DataRecord
6 // Class : L1RPCConfigRcd
7 //
16 //
17 // Author:
18 // Created: Tue Mar 20 14:39:09 CET 2007
19 // $Id: L1RPCConfigRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $
20 //
21 
22 #include "boost/mpl/vector.hpp"
23 
24 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
28 
29 //class L1RPCConfigRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCConfigRcd> {};
30 class L1RPCConfigRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCConfigRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
31 
32 #endif