CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerTopologyRcd.h
Go to the documentation of this file.
1 #ifndef Geometry_Records_TrackerTopologyRcd
2 #define Geometry_Records_TrackerTopologyRcd
3 
8 #include "boost/mpl/vector.hpp"
9 
11 public edm::eventsetup::DependentRecordImplementation<TrackerTopologyRcd,
12  boost::mpl::vector<IdealGeometryRecord, PTrackerParametersRcd> > {};
13 
14 #endif