Main Page
Namespaces
Classes
Package Documentation
SimTracker
TrackAssociation
plugins
ParametersDefinerForTPESProducer.h
Go to the documentation of this file.
1
#ifndef TrackAssociation_ParametersDefinerForTPESProducer_h
2
#define TrackAssociation_ParametersDefinerForTPESProducer_h
3
4
5
#include "
SimTracker/TrackAssociation/interface/ParametersDefinerForTP.h
"
6
#include "
SimTracker/Records/interface/TrackAssociatorRecord.h
"
7
8
#include "
FWCore/Framework/interface/ESProducer.h
"
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
11
12
#include <memory>
13
14
class
ParametersDefinerForTPESProducer
:
public
edm::ESProducer
{
15
typedef
std::unique_ptr<ParametersDefinerForTP>
ReturnType
;
16
17
public
:
18
ParametersDefinerForTPESProducer
(
const
edm::ParameterSet
&
p
);
19
~ParametersDefinerForTPESProducer
()
override
;
20
std::unique_ptr<ParametersDefinerForTP>
produce
(
const
TrackAssociatorRecord
&);
21
22
edm::ParameterSet
pset_
;
23
24
};
25
26
27
#endif
ParametersDefinerForTPESProducer
Definition:
ParametersDefinerForTPESProducer.h:14
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
ParametersDefinerForTPESProducer::ParametersDefinerForTPESProducer
ParametersDefinerForTPESProducer(const edm::ParameterSet &p)
Definition:
ParametersDefinerForTPESProducer.cc:19
TrackAssociatorRecord.h
ParametersDefinerForTP.h
ParametersDefinerForTPESProducer::produce
std::unique_ptr< ParametersDefinerForTP > produce(const TrackAssociatorRecord &)
Definition:
ParametersDefinerForTPESProducer.cc:47
edm::ESProducer
Definition:
ESProducer.h:97
ParameterSet.h
TrackAssociatorRecord
Definition:
TrackAssociatorRecord.h:18
ParametersDefinerForTPESProducer::~ParametersDefinerForTPESProducer
~ParametersDefinerForTPESProducer() override
Definition:
ParametersDefinerForTPESProducer.cc:32
ESProducer.h
ParametersDefinerForTPESProducer::pset_
edm::ParameterSet pset_
Definition:
ParametersDefinerForTPESProducer.h:22
edm::ParameterSet
Definition:
ParameterSet.h:36
ParametersDefinerForTPESProducer::ReturnType
std::unique_ptr< ParametersDefinerForTP > ReturnType
Definition:
ParametersDefinerForTPESProducer.h:15
Generated for CMSSW Reference Manual by
1.8.11