CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorGeometryRecord.h
Go to the documentation of this file.
1 #ifndef RECORDS_CastorGEOMETRYRECORD_H
2 #define RECORDS_CastorGEOMETRYRECORD_H
3 // -*- C++ -*-
4 //
5 // Package: Records
6 // Class : CastorGeometryRecord
7 //
8 //
9 // Author: Brian Heltsley
10 // Created: Tue April 1, 2008
11 //
12 
20 #include "boost/mpl/vector.hpp"
21 
22 
25  CastorGeometryRecord,
26  boost::mpl::vector<
27  IdealGeometryRecord,
28  CastorAlignmentRcd,
29  CastorAlignmentErrorRcd,
30  GlobalPositionRcd,
31  PCastorRcd
32  > > {};
33 
34 #endif /* RECORDS_CastorGEOMETRYRECORD_H */
35