CMS 3D CMS Logo

GeometryRecord.h
Go to the documentation of this file.
1 #ifndef FastSimulation_SimplifiedGeometryPropagator_GeometryRecord_h
2 #define FastSimulation_SimplifiedGeometryPropagator_GeometryRecord_h
3 
6 #include "boost/mpl/vector.hpp"
7 
8 class GeometryRecord : public edm::eventsetup::DependentRecordImplementation<GeometryRecord, boost::mpl::vector<TrackerRecoGeometryRecord> > {};
9 
10 #endif