CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CkfDebugTrajectoryBuilderESProducer.h
Go to the documentation of this file.
1 #ifndef RecoTracker_CkfPattern_CkfDebugTrajectoryBuilderESProducer_h
2 #define RecoTracker_CkfPattern_CkfDebugTrajectoryBuilderESProducer_h
3 
8 #include <boost/shared_ptr.hpp>
9 
11  public:
14  boost::shared_ptr<TrajectoryBuilder> produce(const CkfComponentsRecord&);
15  private:
16  boost::shared_ptr<TrajectoryBuilder> _trajectoryBuilder;
18 };
19 
20 #endif
boost::shared_ptr< TrajectoryBuilder > _trajectoryBuilder
boost::shared_ptr< TrajectoryBuilder > produce(const CkfComponentsRecord &)