CMS 3D CMS Logo

GlobalTrackingGeometryRecord.h
Go to the documentation of this file.
1 #ifndef Records_GlobalTrackingGeometryRecord_h
2 #define Records_GlobalTrackingGeometryRecord_h
3 
15 #include "boost/mpl/vector.hpp"
16 
17 
18 class GlobalTrackingGeometryRecord : public edm::eventsetup::DependentRecordImplementation<GlobalTrackingGeometryRecord,boost::mpl::vector<TrackerDigiGeometryRecord,MTDDigiGeometryRecord,MuonGeometryRecord> > {};
19 
20 #endif
21