Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
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
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
y
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
LArCalorimeter
LArRawConditions
src
LArRawRamp.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRawConditions/LArRawRamp.h
"
6
7
LArRawRamp::LArRawRamp
(
HWIdentifier
id
,
CaloGain::CaloGain
gain
) : m_ID(
id
), m_gain(
gain
)
8
{
m_iSat
= -1; }
9
10
void
LArRawRamp::add
(
const
RAMPPOINT_t
& point)
11
{
m_ramp
.push_back(point);}
12
13
void
LArRawRamp::setsat
(
int
iSat)
14
{
15
if
((
iSat
>
m_iSat
)&&(
m_iSat
!= -1))
return
;
16
else
m_iSat
=
iSat
;
17
}
LArRawRamp::m_ramp
std::vector< RAMPPOINT_t > m_ramp
Definition:
LArRawRamp.h:62
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
HWIdentifier
Definition:
HWIdentifier.h:13
LArRawRamp::RAMPPOINT_t
Definition:
LArRawRamp.h:30
LArRawRamp::LArRawRamp
LArRawRamp(HWIdentifier id, CaloGain::CaloGain gain)
Definition:
LArRawRamp.cxx:7
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:227
LArRawRamp::m_iSat
int m_iSat
Definition:
LArRawRamp.h:65
CaloGain::CaloGain
CaloGain
Definition:
CaloGain.h:11
LArRawRamp::iSat
int iSat() const
Definition:
LArRawRamp.h:58
LArRawRamp::setsat
void setsat(int iSat)
Definition:
LArRawRamp.cxx:13
LArRawRamp.h
LArRawRamp::add
void add(const RAMPPOINT_t &point)
Definition:
LArRawRamp.cxx:10
Generated on Thu Mar 13 2025 21:13:55 for ATLAS Offline Software by
1.8.18