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
CondFormats
EcalObjects
src
EcalTPGFineGrainConstEB.cc
Go to the documentation of this file.
1
#include "
CondFormats/EcalObjects/interface/EcalTPGFineGrainConstEB.h
"
2
3
EcalTPGFineGrainConstEB::EcalTPGFineGrainConstEB
()
4
: ThresholdETLow_(0), ThresholdETHigh_(0), RatioLow_(0), RatioHigh_(0), LUT_(0) {}
5
6
EcalTPGFineGrainConstEB::~EcalTPGFineGrainConstEB
() {}
7
8
void
EcalTPGFineGrainConstEB::getValues
(
9
uint32_t& ThresholdETLow, uint32_t& ThresholdETHigh, uint32_t& RatioLow, uint32_t& RatioHigh, uint32_t&
LUT
)
const
{
10
ThresholdETLow =
ThresholdETLow_
;
11
ThresholdETHigh =
ThresholdETHigh_
;
12
RatioLow =
RatioLow_
;
13
RatioHigh =
RatioHigh_
;
14
LUT
=
LUT_
;
15
}
16
17
void
EcalTPGFineGrainConstEB::setValues
(
const
uint32_t& ThresholdETLow,
18
const
uint32_t& ThresholdETHigh,
19
const
uint32_t& RatioLow,
20
const
uint32_t& RatioHigh,
21
const
uint32_t&
LUT
) {
22
ThresholdETLow_
= ThresholdETLow;
23
ThresholdETHigh_
= ThresholdETHigh;
24
RatioLow_
= RatioLow;
25
RatioHigh_
= RatioHigh;
26
LUT_
=
LUT
;
27
}
EcalTPGFineGrainConstEB::~EcalTPGFineGrainConstEB
~EcalTPGFineGrainConstEB()
Definition:
EcalTPGFineGrainConstEB.cc:6
EcalTPGFineGrainConstEB::setValues
void setValues(const uint32_t &ThresholdETLow, const uint32_t &ThresholdETHigh, const uint32_t &RatioLow, const uint32_t &RatioHigh, const uint32_t &LUT)
Definition:
EcalTPGFineGrainConstEB.cc:17
EcalTPGFineGrainConstEB::RatioHigh_
uint32_t RatioHigh_
Definition:
EcalTPGFineGrainConstEB.h:27
EcalTPGFineGrainConstEB::getValues
void getValues(uint32_t &ThresholdETLow, uint32_t &ThresholdETHigh, uint32_t &RatioLow, uint32_t &RatioHigh, uint32_t &LUT) const
Definition:
EcalTPGFineGrainConstEB.cc:8
EcalTPGFineGrainConstEB::ThresholdETHigh_
uint32_t ThresholdETHigh_
Definition:
EcalTPGFineGrainConstEB.h:25
EcalTPGFineGrainConstEB::LUT_
uint32_t LUT_
Definition:
EcalTPGFineGrainConstEB.h:28
EcalTPGFineGrainConstEB::RatioLow_
uint32_t RatioLow_
Definition:
EcalTPGFineGrainConstEB.h:26
EcalTPGFineGrainConstEB::EcalTPGFineGrainConstEB
EcalTPGFineGrainConstEB()
Definition:
EcalTPGFineGrainConstEB.cc:3
LUT
std::vector< unsigned short int > LUT
Definition:
DTTracoLUTs.h:31
EcalTPGFineGrainConstEB::ThresholdETLow_
uint32_t ThresholdETLow_
Definition:
EcalTPGFineGrainConstEB.h:24
EcalTPGFineGrainConstEB.h
Generated for CMSSW Reference Manual by
1.8.16