CMS 3D CMS Logo

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