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
LArWFParamsComplete.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRawConditions/LArWFParamsComplete.h
"
6
7
8
LArWFParamsComplete::LArWFParamsComplete
()
9
{
10
11
}
12
13
LArWFParamsComplete::~LArWFParamsComplete
() {}
14
15
/* Fill transient object in ATHENA *****************************************
16
*/
17
void
LArWFParamsComplete::set
(
const
HWIdentifier
& CellID,
int
gain
,
const
LArWFParams
& theParams) {
18
setPdata
(CellID, theParams,
gain
);
19
}
20
21
/* retrieve WF params using online ID ****************************
22
*/
23
const
LArWFParams
&
LArWFParamsComplete::getParams
(
const
HWIdentifier
& CellID,
int
gain
)
const
{
24
return
get
(CellID,
gain
);
25
}
LArConditionsContainer< LArWFParams >::setPdata
void setPdata(const HWIdentifier id, const LArWFParams &payload, unsigned int gain=0)
put payload in persistent data
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArWFParams
Definition:
LArWFParams.h:20
LArWFParamsComplete.h
LArWFParamsComplete::~LArWFParamsComplete
virtual ~LArWFParamsComplete()
Definition:
LArWFParamsComplete.cxx:13
HWIdentifier
Definition:
HWIdentifier.h:13
LArConditionsContainer< LArWFParams >::get
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
get data with online identifier
LArWFParamsComplete::set
void set(const HWIdentifier &CellID, int gain, const LArWFParams &theParams)
Definition:
LArWFParamsComplete.cxx:17
LArWFParamsComplete::getParams
virtual const LArWFParams & getParams(const HWIdentifier &CellID, int gain) const
Definition:
LArWFParamsComplete.cxx:23
LArWFParamsComplete::LArWFParamsComplete
LArWFParamsComplete()
Definition:
LArWFParamsComplete.cxx:8
Generated on Sat Apr 5 2025 21:14:12 for ATLAS Offline Software by
1.8.18