Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FastSimulation
TrackingRecHitProducer
src
FastStripCPEESProducer.cc
Go to the documentation of this file.
1
#include "
FastStripCPEESProducer.h
"
2
#include "
FastStripCPE.h
"
3
4
#include <string>
5
#include <memory>
6
7
using namespace
edm;
8
9
FastStripCPEESProducer::FastStripCPEESProducer
(
const
edm::ParameterSet
&
p
)
10
{
11
std::string
myname = p.
getParameter
<
std::string
>(
"ComponentName"
);
12
pset_ =
p
;
13
setWhatProduced(
this
,myname);
14
}
15
16
FastStripCPEESProducer::~FastStripCPEESProducer
() {}
17
18
boost::shared_ptr<StripClusterParameterEstimator>
19
FastStripCPEESProducer::produce
(
const
TkStripCPERecord
& iRecord){
20
21
_cpe = boost::shared_ptr<StripClusterParameterEstimator>(
new
FastStripCPE
());
22
23
return
_cpe;
24
}
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
FastStripCPEESProducer::FastStripCPEESProducer
FastStripCPEESProducer(const edm::ParameterSet &p)
Definition:
FastStripCPEESProducer.cc:9
FastStripCPEESProducer.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
FastStripCPE.h
FastStripCPE
Definition:
FastStripCPE.h:13
FastStripCPEESProducer::produce
boost::shared_ptr< StripClusterParameterEstimator > produce(const TkStripCPERecord &)
Definition:
FastStripCPEESProducer.cc:19
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:152
edm::ParameterSet
Definition:
ParameterSet.h:35
FastStripCPEESProducer::~FastStripCPEESProducer
~FastStripCPEESProducer()
Definition:
FastStripCPEESProducer.cc:16
TkStripCPERecord
Definition:
TkStripCPERecord.h:14
Generated for CMSSW Reference Manual by
1.8.5