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::pset_
edm::ParameterSet pset_
Definition: ParametersDefinerForTPESProducer.h:20
ParametersDefinerForTPESProducer::ParametersDefinerForTPESProducer
ParametersDefinerForTPESProducer(const edm::ParameterSet &p)
Definition: ParametersDefinerForTPESProducer.cc:16
ParametersDefinerForTPESProducer::produce
std::unique_ptr< ParametersDefinerForTP > produce(const TrackAssociatorRecord &)
Definition: ParametersDefinerForTPESProducer.cc:36
AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
ESProducer.h
TrackAssociatorRecord
Definition: TrackAssociatorRecord.h:18
ParametersDefinerForTPESProducer
Definition: ParametersDefinerForTPESProducer.h:12
edm::ParameterSet
Definition: ParameterSet.h:47
TrackAssociatorRecord.h
ParametersDefinerForTP.h
edm::ESProducer
Definition: ESProducer.h:104
ParametersDefinerForTPESProducer::~ParametersDefinerForTPESProducer
~ParametersDefinerForTPESProducer() override
Definition: ParametersDefinerForTPESProducer.cc:26
ParameterSet.h
ParametersDefinerForTPESProducer::ReturnType
std::unique_ptr< ParametersDefinerForTP > ReturnType
Definition: ParametersDefinerForTPESProducer.h:13