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 
10 #include <memory>
11 
12 /*
13  * GeantPropagatorESProducer
14  *
15  * Produces an Geant4ePropagator for track propagation
16  *
17  */
18 
20 public:
22  ~GeantPropagatorESProducer() override;
23 
24  std::unique_ptr<Propagator> produce(const TrackingComponentsRecord &);
25 
26 private:
29  double plimit_;
30 };
31 
32 #endif
std::unique_ptr< Propagator > produce(const TrackingComponentsRecord &)
GeantPropagatorESProducer(const edm::ParameterSet &p)
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magFieldToken_