CMS 3D CMS Logo

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