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 
15 #include <boost/shared_ptr.hpp>
16 
18  public:
21  boost::shared_ptr<TrajectorySmoother> produce(const TrajectoryFitterRecord &);
22  private:
23  boost::shared_ptr<TrajectorySmoother> _smoother;
25 };
26 
27 
28 #endif
29 
30 
31 
32 
KFTrajectorySmootherESProducer(const edm::ParameterSet &p)
boost::shared_ptr< TrajectorySmoother > produce(const TrajectoryFitterRecord &)
boost::shared_ptr< TrajectorySmoother > _smoother