CMS 3D CMS Logo

L1RCTParametersRcd.h
Go to the documentation of this file.
1 #ifndef CondFormatsDataRecord_L1RCTParametersRcd_h
2 #define CondFormatsDataRecord_L1RCTParametersRcd_h
3 
5 
6 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
10 
11 //class L1RCTParametersRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RCTParametersRcd> {};
13  : public edm::eventsetup::DependentRecordImplementation<L1RCTParametersRcd,
14  edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
15 
16 #endif