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::unique_ptr<fastsim::Geometry> produce(const GeometryRecord &);
16  private:
18 };
19 
20 
21 #endif
22 
23 
24 
FastSimGeometryESProducer(const edm::ParameterSet &p)
std::unique_ptr< fastsim::Geometry > produce(const GeometryRecord &)