File indexing completed on 2024-04-06 12:11:20
0001 #ifndef FastSimulation_SimplifiedGeometryPropagator_GeometryRecord_h
0002 #define FastSimulation_SimplifiedGeometryPropagator_GeometryRecord_h
0003
0004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0005 #include "RecoTracker/Record/interface/TrackerRecoGeometryRecord.h"
0006 #include "FWCore/Utilities/interface/mplVector.h"
0007
0008 class GeometryRecord
0009 : public edm::eventsetup::DependentRecordImplementation<GeometryRecord,
0010 edm::mpl::Vector<TrackerRecoGeometryRecord> > {};
0011
0012 #endif