CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PropagatorWithMaterialESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_ESProducers_PropagatorWithMaterialESProducer_h
2 #define TrackingTools_ESProducers_PropagatorWithMaterialESProducer_h
3 
16 #include <boost/shared_ptr.hpp>
17 
19  public:
22  boost::shared_ptr<Propagator> produce(const TrackingComponentsRecord &);
23  private:
24  boost::shared_ptr<Propagator> _propagator;
26 };
27 
28 
29 #endif
30 
31 
32 
33 
boost::shared_ptr< Propagator > _propagator
boost::shared_ptr< Propagator > produce(const TrackingComponentsRecord &)
PropagatorWithMaterialESProducer(const edm::ParameterSet &p)