CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalGeometryRecord.h
Go to the documentation of this file.
1 #ifndef RECORDS_HCALGEOMETRYRECORD_H
2 #define RECORDS_HCALGEOMETRYRECORD_H
3 // -*- C++ -*-
4 //
5 // Package: Records
6 // Class : HcalGeometryRecord
7 //
8 //
9 // Author: Brian Heltsley
10 // Created: Tue April 1, 2008
11 //
12 
21 #include "boost/mpl/vector.hpp"
22 
23 
26  HcalGeometryRecord,
27  boost::mpl::vector<
28  IdealGeometryRecord,
29  HcalParametersRcd,
30  HcalSimNumberingRecord,
31  HcalRecNumberingRecord,
32  HcalAlignmentRcd,
33  HcalAlignmentErrorRcd,
34  HcalAlignmentErrorExtendedRcd,
35  GlobalPositionRcd,
36  PHcalRcd > > {};
37 
38 #endif /* RECORDS_HCALGEOMETRYRECORD_H */
39