CMS 3D CMS Logo

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 <memory>
13 
15  typedef std::shared_ptr<ParametersDefinerForTP> ReturnType;
16 
17  public:
20  std::shared_ptr<ParametersDefinerForTP> produce(const TrackAssociatorRecord &);
21 
23 
24 };
25 
26 
27 #endif
ParametersDefinerForTPESProducer(const edm::ParameterSet &p)
std::shared_ptr< ParametersDefinerForTP > produce(const TrackAssociatorRecord &)
std::shared_ptr< ParametersDefinerForTP > ReturnType