CMS 3D CMS Logo

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