Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CalibTracker
SiPixelConnectivity
plugins
PixelToFEDAssociateFromAsciiESProducer.cc
Go to the documentation of this file.
1
#include "
PixelToFEDAssociateFromAsciiESProducer.h
"
2
3
#include <string>
4
5
using namespace
edm
;
6
7
PixelToFEDAssociateFromAsciiESProducer::PixelToFEDAssociateFromAsciiESProducer
(
const
edm::ParameterSet
&
p
)
8
: theConfig(
p
) {
9
std::string
myname =
"PixelToFEDAssociateFromAscii"
;
10
setWhatProduced
(
this
, myname);
11
}
12
13
PixelToFEDAssociateFromAsciiESProducer::~PixelToFEDAssociateFromAsciiESProducer
() {}
14
15
std::unique_ptr<PixelToFEDAssociate>
PixelToFEDAssociateFromAsciiESProducer::produce
(
16
const
TrackerDigiGeometryRecord
&
r
) {
17
return
std::make_unique<PixelToFEDAssociateFromAscii>(
theConfig
.
getParameter
<
std::string
>(
"fileName"
));
18
}
PixelToFEDAssociateFromAsciiESProducer::produce
std::unique_ptr< PixelToFEDAssociate > produce(const TrackerDigiGeometryRecord &)
Definition:
PixelToFEDAssociateFromAsciiESProducer.cc:15
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ESProducer::setWhatProduced
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition:
ESProducer.h:163
TrackerDigiGeometryRecord
Definition:
TrackerDigiGeometryRecord.h:16
PixelToFEDAssociateFromAsciiESProducer::PixelToFEDAssociateFromAsciiESProducer
PixelToFEDAssociateFromAsciiESProducer(const edm::ParameterSet &p)
Definition:
PixelToFEDAssociateFromAsciiESProducer.cc:7
PixelToFEDAssociateFromAsciiESProducer.h
edm::ParameterSet
Definition:
ParameterSet.h:47
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
PixelToFEDAssociateFromAsciiESProducer::theConfig
edm::ParameterSet theConfig
Definition:
PixelToFEDAssociateFromAsciiESProducer.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
alignCSCRings.r
r
Definition:
alignCSCRings.py:93
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition:
ParameterSet.h:303
PixelToFEDAssociateFromAsciiESProducer::~PixelToFEDAssociateFromAsciiESProducer
~PixelToFEDAssociateFromAsciiESProducer() override
Definition:
PixelToFEDAssociateFromAsciiESProducer.cc:13
Generated for CMSSW Reference Manual by
1.8.16