CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BeamHaloPropagatorESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_GeomPropagators_BeamHaloPropagatorESProducer_H
2 #define TrackingTools_GeomPropagators_BeamHaloPropagatorESProducer_H
3 
11 
14 
15 #include <boost/shared_ptr.hpp>
16 
17 
18 namespace edm {class ParameterSet;}
19 
21 
23 
24  public:
25 
28 
31 
32  // Operations
33  boost::shared_ptr<Propagator> produce(const TrackingComponentsRecord &);
34 
35  private:
36  boost::shared_ptr<Propagator> thePropagator;
41 };
42 
43 #endif
44 
boost::shared_ptr< Propagator > thePropagator
PropagationDirection
BeamHaloPropagatorESProducer(const edm::ParameterSet &)
Constructor.
boost::shared_ptr< Propagator > produce(const TrackingComponentsRecord &)
virtual ~BeamHaloPropagatorESProducer()
Destructor.