CMS 3D CMS Logo

GeantPropagatorESProducer.h
Go to the documentation of this file.
1 #ifndef TrackPropagators_ESProducers_GeantPropagatorESProducer_h
2 #define TrackPropagators_ESProducers_GeantPropagatorESProducer_h
3 
8 #include <memory>
9 
10 /*
11  * GeantPropagatorESProducer
12  *
13  * Produces an Geant4ePropagator for track propagation
14  *
15  */
16 
18  public:
20  ~GeantPropagatorESProducer() override;
21 
22  std::unique_ptr<Propagator> produce(const TrackingComponentsRecord &);
23 
24  private:
26 };
27 
28 
29 #endif
30 
31 
32 
33 
std::unique_ptr< Propagator > produce(const TrackingComponentsRecord &)
GeantPropagatorESProducer(const edm::ParameterSet &p)