Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FastSimulation
TrackingRecHitProducer
src
FastPixelCPEESProducer.cc
Go to the documentation of this file.
1
#include "
FastPixelCPEESProducer.h
"
2
#include "
FastPixelCPE.h
"
3
4
#include "
FWCore/Framework/interface/EventSetup.h
"
5
#include "
FWCore/Framework/interface/ESHandle.h
"
6
#include "
FWCore/Framework/interface/ModuleFactory.h
"
7
#include "
FWCore/Framework/interface/ESProducer.h
"
8
9
10
11
#include <string>
12
#include <memory>
13
14
using namespace
edm;
15
16
FastPixelCPEESProducer::FastPixelCPEESProducer
(
const
edm::ParameterSet
&
p
)
17
{
18
std::string
myname = p.
getParameter
<
std::string
>(
"ComponentName"
);
19
pset_ =
p
;
20
setWhatProduced(
this
,myname);
21
}
22
23
FastPixelCPEESProducer::~FastPixelCPEESProducer
() {}
24
25
boost::shared_ptr<PixelClusterParameterEstimator>
26
FastPixelCPEESProducer::produce
(
const
TkPixelCPERecord
& iRecord){
27
28
cpe_ = boost::shared_ptr<PixelClusterParameterEstimator>(
new
FastPixelCPE
() );
29
30
return
cpe_;
31
}
32
33
FastPixelCPEESProducer.h
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
FastPixelCPE.h
EventSetup.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
FastPixelCPEESProducer::FastPixelCPEESProducer
FastPixelCPEESProducer(const edm::ParameterSet &p)
Definition:
FastPixelCPEESProducer.cc:16
FastPixelCPEESProducer::~FastPixelCPEESProducer
virtual ~FastPixelCPEESProducer()
Definition:
FastPixelCPEESProducer.cc:23
ESHandle.h
FastPixelCPE
Definition:
FastPixelCPE.h:13
TkPixelCPERecord
Definition:
TkPixelCPERecord.h:16
ESProducer.h
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:152
edm::ParameterSet
Definition:
ParameterSet.h:35
ModuleFactory.h
FastPixelCPEESProducer::produce
boost::shared_ptr< PixelClusterParameterEstimator > produce(const TkPixelCPERecord &)
Definition:
FastPixelCPEESProducer.cc:26
Generated for CMSSW Reference Manual by
1.8.5