CMS 3D CMS Logo

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