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
CalibCalorimetry
EcalPedestalOffsets
interface
TPedResult.h
Go to the documentation of this file.
1
#ifndef TPedResult_h
2
#define TPedResult_h
3
13
#include <vector>
14
15
class
TPedResult
{
16
public
:
17
TPedResult
() {
reset
(); }
18
19
void
reset
() {
20
for
(
int
gainId
= 1;
gainId
< 4; ++
gainId
)
21
for
(
int
crystal = 0; crystal < 1700; ++crystal)
22
m_DACvalue
[
gainId
- 1][crystal] = 0;
23
}
24
25
int
m_DACvalue
[3][1700];
26
};
27
28
#endif
ecalLiteDTU::gainId
constexpr int gainId(sample_type sample)
get the gainId (2 bits)
Definition:
EcalLiteDTUSample.h:14
TPedResult
Definition:
TPedResult.h:15
TPedResult::TPedResult
TPedResult()
Definition:
TPedResult.h:17
TPedResult::reset
void reset()
Definition:
TPedResult.h:19
TPedResult::m_DACvalue
int m_DACvalue[3][1700]
Definition:
TPedResult.h:25
Generated for CMSSW Reference Manual by
1.8.16