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
SimMuon
GEMDigitizer
src
ME0DigiPreRecoModel.cc
Go to the documentation of this file.
1
#include "
SimMuon/GEMDigitizer/interface/ME0DigiPreRecoModel.h
"
2
#include "
SimDataFormats/EncodedEventId/interface/EncodedEventId.h
"
3
4
void
ME0DigiPreRecoModel::fillDigis
(
int
rollDetId,
ME0DigiPreRecoCollection
& digis) {
5
for
(
const
auto
&
d
:
digi_
) {
6
digis.insertDigi(
ME0DetId
(rollDetId),
d
);
7
}
8
digi_
.clear();
9
}
ME0DigiPreRecoModel.h
ME0DigiPreRecoCollection
ME0DetId
Definition:
ME0DetId.h:16
ME0DigiPreRecoModel::digi_
std::set< ME0DigiPreReco > digi_
Definition:
ME0DigiPreRecoModel.h:48
ztail.d
d
Definition:
ztail.py:151
ME0DigiPreRecoModel::fillDigis
void fillDigis(int rollDetId, ME0DigiPreRecoCollection &)
Definition:
ME0DigiPreRecoModel.cc:4
EncodedEventId.h
Generated for CMSSW Reference Manual by
1.8.16