CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TransientTrackBuilderESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_ESProducers_TransientTrackBuilderESProducer_h
2 #define TrackingTools_ESProducers_TransientTrackBuilderESProducer_h
3 
6 
7 
10 
11 #include <boost/shared_ptr.hpp>
12 
14  public:
17  boost::shared_ptr<TransientTrackBuilder> produce(const TransientTrackRecord &);
18  private:
19  boost::shared_ptr<TransientTrackBuilder> _builder;
21 };
22 
23 
24 #endif
25 
26 
27 
28 
boost::shared_ptr< TransientTrackBuilder > _builder
TransientTrackBuilderESProducer(const edm::ParameterSet &p)
boost::shared_ptr< TransientTrackBuilder > produce(const TransientTrackRecord &)