CMS 3D CMS Logo

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.1 2007/03/23 14:36:40 wsun Exp $
20 //
21 
23 
24 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
28 
29 //class L1RPCConfigRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCConfigRcd> {};
31  : public edm::eventsetup::DependentRecordImplementation<L1RPCConfigRcd,
32  edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
33 
34 #endif