CMS 3D CMS Logo

FastSimGeometryESProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_SimplifiedGeometryPropagator_GeometryESProducer_H
2 #define FastSimulation_SimplifiedGeometryPropagator_GeometryESProducer_H
3 
8 #include <memory>
9 #include <string>
10 
12  public:
14  ~FastSimGeometryESProducer() override;
15  std::shared_ptr<fastsim::Geometry> produce(const GeometryRecord &);
16  private:
17  std::shared_ptr<fastsim::Geometry> _tracker;
19 };
20 
21 
22 #endif
23 
24 
25 
std::shared_ptr< fastsim::Geometry > _tracker
FastSimGeometryESProducer(const edm::ParameterSet &p)
std::shared_ptr< fastsim::Geometry > produce(const GeometryRecord &)