CMS 3D CMS Logo

SmartPropagatorESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_GeomPropagators_SmartPropagatorESProducer_H
2 #define TrackingTools_GeomPropagators_SmartPropagatorESProducer_H
3 
11 
14 
15 #include <memory>
16 
17 
18 namespace edm {class ParameterSet;}
19 
21 
23 
24  public:
25 
28 
30  virtual ~SmartPropagatorESProducer();
31 
32  // Operations
33  std::shared_ptr<Propagator> produce(const TrackingComponentsRecord &);
34 
35  private:
36  std::shared_ptr<Propagator> thePropagator;
40  double theEpsilon;
41 };
42 
43 #endif
44 
PropagationDirection thePropagationDirection
PropagationDirection
std::shared_ptr< Propagator > thePropagator
HLT enums.