CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ParametersDefinerForTPESProducer.h
Go to the documentation of this file.
1 #ifndef TrackAssociation_ParametersDefinerForTPESProducer_h
2 #define TrackAssociation_ParametersDefinerForTPESProducer_h
3 
4 
7 
10 
11 
12 #include <boost/shared_ptr.hpp>
13 
15  typedef boost::shared_ptr<ParametersDefinerForTP> ReturnType;
16 
17  public:
20  boost::shared_ptr<ParametersDefinerForTP> produce(const TrackAssociatorRecord &);
21 
22 };
23 
24 
25 #endif
ParametersDefinerForTPESProducer(const edm::ParameterSet &p)
boost::shared_ptr< ParametersDefinerForTP > produce(const TrackAssociatorRecord &)
boost::shared_ptr< ParametersDefinerForTP > ReturnType