CMS 3D CMS Logo

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