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
n
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
c
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
src
SimCalorimetry
EcalTrigPrimAlgos
src
EcalFenixEtStrip.cc
Go to the documentation of this file.
1
#include <
SimCalorimetry/EcalTrigPrimAlgos/interface/EcalFenixEtStrip.h
>
2
3
EcalFenixEtStrip::EcalFenixEtStrip
() {}
4
EcalFenixEtStrip::~EcalFenixEtStrip
() {}
5
6
void
EcalFenixEtStrip::process
(
const
std::vector
<std::vector<int>> &linout,
int
nrXtals, std::vector<int> &
output
) {
7
for
(
unsigned
int
i
= 0;
i
<
output
.size();
i
++) {
8
output
[
i
] = 0;
9
}
10
for
(
int
ixtal = 0; ixtal < nrXtals; ixtal++) {
11
for
(
unsigned
int
i
= 0;
i
<
output
.size();
i
++) {
12
output
[
i
] += (linout[ixtal])[
i
];
13
}
14
}
15
for
(
unsigned
int
i
= 0;
i
<
output
.size();
i
++) {
16
if
(
output
[
i
] > 0X3FFFF)
17
output
[
i
] = 0X3FFFF;
18
}
19
return
;
20
}
EcalFenixEtStrip::~EcalFenixEtStrip
virtual ~EcalFenixEtStrip()
Definition:
EcalFenixEtStrip.cc:4
mps_fire.i
i
Definition:
mps_fire.py:429
EcalFenixEtStrip::EcalFenixEtStrip
EcalFenixEtStrip()
Definition:
EcalFenixEtStrip.cc:3
EcalFenixEtStrip::process
void process(const std::vector< std::vector< int >> &linout, int nrXtals, std::vector< int > &output)
Definition:
EcalFenixEtStrip.cc:6
EcalFenixEtStrip.h
trackerHitRTTI::vector
Definition:
trackerHitRTTI.h:21
output
Definition:
output.py:1
Generated for CMSSW Reference Manual by
1.8.14