CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CaloEcalScaleRcd.h
Go to the documentation of this file.
1 #ifndef CondFormatsDataRecord_L1CaloEcalScaleRcd_h
2 #define CondFormatsDataRecord_L1CaloEcalScaleRcd_h
3 
4 #include "boost/mpl/vector.hpp"
5 
6 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
10 
11 //class L1CaloEcalScaleRcd : public edm::eventsetup::EventSetupRecordImplementation<L1CaloEcalScaleRcd> {};
12 class L1CaloEcalScaleRcd : public edm::eventsetup::DependentRecordImplementation<L1CaloEcalScaleRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
13 
14 #endif