CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalTrackingGeometryRecord.h
Go to the documentation of this file.
1 #ifndef Records_GlobalTrackingGeometryRecord_h
2 #define Records_GlobalTrackingGeometryRecord_h
3 
14 #include "boost/mpl/vector.hpp"
15 
16 
17 class GlobalTrackingGeometryRecord : public edm::eventsetup::DependentRecordImplementation<GlobalTrackingGeometryRecord,boost::mpl::vector<TrackerDigiGeometryRecord,MuonGeometryRecord> > {};
18 
19 #endif
20