CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoGeometryRecord.h
Go to the documentation of this file.
1 #ifndef TrackingTools_RecoGeometry_RecoGeometryRecord_h
2 #define TrackingTools_RecoGeometry_RecoGeometryRecord_h
3 
6 
9 //#include "RecoTracker/Record/interface/NavigationSchoolRecord.h"
10 //#include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
11 
12 #include "boost/mpl/vector.hpp"
13 
14 
16  boost::mpl::vector<TrackerRecoGeometryRecord,MuonRecoGeometryRecord
17  //,NavigationSchoolRecord,
18  //IdealMagneticFieldRecord
19  > > {};
20 
21 #endif