CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalRecNumberingRecord.h
Go to the documentation of this file.
1 #ifndef GeometryRecord_HcalRecNumberingRecord_h
2 #define GeometryRecord_HcalRecNumberingRecord_h
3 // -*- C++ -*-
4 //
5 // Package: Record
6 // Class : HcalRecNumberingRecord
7 //
16 //
17 // Author:
18 // Created: Thu Dec 24 16:41:02 PDT 2013
19 //
20 #include <boost/mpl/vector.hpp>
22 
23 class HcalRecNumberingRecord : public edm::eventsetup::DependentRecordImplementation<HcalRecNumberingRecord, boost::mpl::vector<IdealGeometryRecord, HcalParametersRcd, HcalSimNumberingRecord> > {};
24 
25 #endif