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
#include "
SimTracker/Records/interface/TrackAssociatorRecord.h
"
5
#include "
SimTracker/TrackAssociation/interface/ParametersDefinerForTP.h
"
6
7
#include "
FWCore/Framework/interface/ESProducer.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
10
#include <memory>
11
12
class
ParametersDefinerForTPESProducer
:
public
edm::ESProducer
{
13
typedef
std::unique_ptr<ParametersDefinerForTP>
ReturnType
;
14
15
public
:
16
ParametersDefinerForTPESProducer
(
const
edm::ParameterSet
&
p
);
17
~ParametersDefinerForTPESProducer
()
override
;
18
std::unique_ptr<ParametersDefinerForTP>
produce
(
const
TrackAssociatorRecord
&);
19
20
edm::ParameterSet
pset_
;
21
};
22
23
#endif
ParametersDefinerForTPESProducer
Definition:
ParametersDefinerForTPESProducer.h:12
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
ParametersDefinerForTPESProducer::ParametersDefinerForTPESProducer
ParametersDefinerForTPESProducer(const edm::ParameterSet &p)
Definition:
ParametersDefinerForTPESProducer.cc:16
TrackAssociatorRecord.h
ParametersDefinerForTP.h
ParametersDefinerForTPESProducer::produce
std::unique_ptr< ParametersDefinerForTP > produce(const TrackAssociatorRecord &)
Definition:
ParametersDefinerForTPESProducer.cc:36
edm::ESProducer
Definition:
ESProducer.h:99
ParameterSet.h
TrackAssociatorRecord
Definition:
TrackAssociatorRecord.h:18
ParametersDefinerForTPESProducer::~ParametersDefinerForTPESProducer
~ParametersDefinerForTPESProducer() override
Definition:
ParametersDefinerForTPESProducer.cc:26
ESProducer.h
ParametersDefinerForTPESProducer::pset_
edm::ParameterSet pset_
Definition:
ParametersDefinerForTPESProducer.h:20
edm::ParameterSet
Definition:
ParameterSet.h:36
ParametersDefinerForTPESProducer::ReturnType
std::unique_ptr< ParametersDefinerForTP > ReturnType
Definition:
ParametersDefinerForTPESProducer.h:13
Generated for CMSSW Reference Manual by
1.8.11