CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <boost/shared_ptr.hpp>
16 
17 
18 namespace edm {class ParameterSet;}
19 
21 
23 
24  public:
25 
28 
30  virtual ~SmartPropagatorESProducer();
31 
32  // Operations
33  boost::shared_ptr<Propagator> produce(const TrackingComponentsRecord &);
34 
35  private:
36  boost::shared_ptr<Propagator> thePropagator;
40  double theEpsilon;
41 };
42 
43 #endif
44 
PropagationDirection thePropagationDirection
boost::shared_ptr< Propagator > thePropagator
PropagationDirection
boost::shared_ptr< Propagator > produce(const TrackingComponentsRecord &)
virtual ~SmartPropagatorESProducer()
Destructor.
SmartPropagatorESProducer(const edm::ParameterSet &)
Constructor.