CMS 3D CMS Logo

AnalyticalPropagatorESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_ESProducers_AnalyticalPropagatorESProducer_h
2 #define TrackingTools_ESProducers_AnalyticalPropagatorESProducer_h
3 
8 #include <memory>
9 
11  public:
14  std::shared_ptr<Propagator> produce(const TrackingComponentsRecord &);
15  private:
16  std::shared_ptr<Propagator> _propagator;
18 };
19 
20 
21 #endif
22 
23 
24 
25 
std::shared_ptr< Propagator > produce(const TrackingComponentsRecord &)
std::shared_ptr< Propagator > _propagator
AnalyticalPropagatorESProducer(const edm::ParameterSet &p)