CMS 3D CMS Logo

RecoGeometryRecord.h
Go to the documentation of this file.
1 #ifndef TrackingTools_RecoGeometry_RecoGeometryRecord_h
2 #define TrackingTools_RecoGeometry_RecoGeometryRecord_h
3 
6 
10 //#include "RecoTracker/Record/interface/NavigationSchoolRecord.h"
11 //#include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
12 
13 #include "boost/mpl/vector.hpp"
14 
15 
17  boost::mpl::vector<TrackerRecoGeometryRecord,MuonRecoGeometryRecord,MTDRecoGeometryRecord
18  //,NavigationSchoolRecord,
19  //IdealMagneticFieldRecord
20  > > {};
21 
22 #endif