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
PixelToLNKAssociateFromAsciiESProducer.cc
Go to the documentation of this file.
1
#include "
PixelToLNKAssociateFromAsciiESProducer.h
"
2
3
#include <string>
4
5
using namespace
edm
;
6
7
PixelToLNKAssociateFromAsciiESProducer::PixelToLNKAssociateFromAsciiESProducer
(
const
edm::ParameterSet
&
p
)
8
: theConfig(
p
) {
9
std::string
myname =
"PixelToLNKAssociateFromAscii"
;
10
setWhatProduced
(
this
, myname);
11
}
12
13
PixelToLNKAssociateFromAsciiESProducer::~PixelToLNKAssociateFromAsciiESProducer
() {}
14
15
std::unique_ptr<PixelToFEDAssociate>
PixelToLNKAssociateFromAsciiESProducer::produce
(
16
const
TrackerDigiGeometryRecord
&
r
) {
17
return
std::make_unique<PixelToLNKAssociateFromAscii>(
theConfig
.
getParameter
<
std::string
>(
"fileName"
));
18
}
PixelToLNKAssociateFromAsciiESProducer::~PixelToLNKAssociateFromAsciiESProducer
~PixelToLNKAssociateFromAsciiESProducer() override
Definition:
PixelToLNKAssociateFromAsciiESProducer.cc:13
PixelToLNKAssociateFromAsciiESProducer.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ESProducer::setWhatProduced
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition:
ESProducer.h:163
PixelToLNKAssociateFromAsciiESProducer::PixelToLNKAssociateFromAsciiESProducer
PixelToLNKAssociateFromAsciiESProducer(const edm::ParameterSet &p)
Definition:
PixelToLNKAssociateFromAsciiESProducer.cc:7
TrackerDigiGeometryRecord
Definition:
TrackerDigiGeometryRecord.h:16
edm::ParameterSet
Definition:
ParameterSet.h:47
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
PixelToLNKAssociateFromAsciiESProducer::theConfig
edm::ParameterSet theConfig
Definition:
PixelToLNKAssociateFromAsciiESProducer.h:18
PixelToLNKAssociateFromAsciiESProducer::produce
std::unique_ptr< PixelToFEDAssociate > produce(const TrackerDigiGeometryRecord &)
Definition:
PixelToLNKAssociateFromAsciiESProducer.cc:15
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
Generated for CMSSW Reference Manual by
1.8.16