CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KFTrajectorySmootherESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_TrackFitters_KFTrajectorySmootherESProducer_h
2 #define TrackingTools_TrackFitters_KFTrajectorySmootherESProducer_h
3 
17 #include <boost/shared_ptr.hpp>
18 
20  public:
23  boost::shared_ptr<TrajectorySmoother> produce(const TrajectoryFitterRecord &);
24  private:
25  boost::shared_ptr<TrajectorySmoother> _smoother;
27 };
28 
29 
30 #endif
31 
32 
33 
34 
KFTrajectorySmootherESProducer(const edm::ParameterSet &p)
boost::shared_ptr< TrajectorySmoother > produce(const TrajectoryFitterRecord &)
boost::shared_ptr< TrajectorySmoother > _smoother