test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackingRecHitPropagatorESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_ESProducers_TrackingRecHitPropagatorESProducer_h
2 #define TrackingTools_ESProducers_TrackingRecHitPropagatorESProducer_h
3 
4 
9 #include <boost/shared_ptr.hpp>
10 
12  public:
15  boost::shared_ptr<TrackingRecHitPropagator> produce(const TrackingComponentsRecord&);
16  private:
17  boost::shared_ptr<TrackingRecHitPropagator> theHitPropagator;
19 };
20 
21 
22 #endif
23 
24 
25 
26 
boost::shared_ptr< TrackingRecHitPropagator > theHitPropagator
boost::shared_ptr< TrackingRecHitPropagator > produce(const TrackingComponentsRecord &)
TrackingRecHitPropagatorESProducer(const edm::ParameterSet &p)