CMS 3D CMS Logo

L1MuTriggerScalesRcd.h
Go to the documentation of this file.
1 #ifndef CondFormatsDataRecord_L1MuTriggerScalesRcd_h
2 #define CondFormatsDataRecord_L1MuTriggerScalesRcd_h
3 
4 #include "boost/mpl/vector.hpp"
5 
6 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
10 
11 //class L1MuTriggerScalesRcd : public edm::eventsetup::EventSetupRecordImplementation<L1MuTriggerScalesRcd> {};
12 class L1MuTriggerScalesRcd : public edm::eventsetup::DependentRecordImplementation<L1MuTriggerScalesRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
13 
14 #endif