CMS 3D CMS Logo

ParametersDefinerForTPESProducer.h
Go to the documentation of this file.
1 #ifndef TrackAssociation_ParametersDefinerForTPESProducer_h
2 #define TrackAssociation_ParametersDefinerForTPESProducer_h
3 
6 
9 
10 #include <memory>
11 
13  typedef std::unique_ptr<ParametersDefinerForTP> ReturnType;
14 
15 public:
18  std::unique_ptr<ParametersDefinerForTP> produce(const TrackAssociatorRecord &);
19 
21 };
22 
23 #endif
ParametersDefinerForTPESProducer(const edm::ParameterSet &p)
std::unique_ptr< ParametersDefinerForTP > produce(const TrackAssociatorRecord &)
std::unique_ptr< ParametersDefinerForTP > ReturnType