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
LArCableLengthComplete.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/LArCableLengthComplete.h
"
6
7
LArCableLengthComplete::LArCableLengthComplete
() {}
8
9
LArCableLengthComplete::~LArCableLengthComplete
() {}
10
11
/* Fill transient object in ATHENA *****************************************
12
*/
13
void
LArCableLengthComplete::set
(
const
HWIdentifier
& CellID,
float
CableLength ) {
14
15
LArCableLengthP
t
;
16
t
.m_CableLength =
CableLength
;
17
18
setPdata
(CellID,
t
);
19
20
}
21
22
23
/* retrieve CableLength ******************************************************
24
*/
25
const
float
&
LArCableLengthComplete::CableLength
(
const
HWIdentifier
& CellID)
const
26
{
27
const
LArCableLengthP
&
t
=
get
( CellID);
28
return
(
t
.m_CableLength);
29
}
30
31
32
LArCableLengthComplete.h
LArConditionsContainer< LArCableLengthP >::setPdata
void setPdata(const HWIdentifier id, const LArCableLengthP &payload, unsigned int gain=0)
put payload in persistent data
LArCableLengthComplete::LArCableLengthComplete
LArCableLengthComplete()
Definition:
LArCableLengthComplete.cxx:7
LArCableLengthP
c-struct reproducing the structure of the persistent data
Definition:
LArCableLengthP.h:20
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
HWIdentifier
Definition:
HWIdentifier.h:13
LArCableLengthComplete::set
void set(const HWIdentifier &CellID, float vCableLength)
Definition:
LArCableLengthComplete.cxx:13
LArConditionsContainer< LArCableLengthP >::get
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
get data with online identifier
LArCableLengthComplete::CableLength
virtual const float & CableLength(const HWIdentifier &CellID) const
Definition:
LArCableLengthComplete.cxx:25
LArCableLengthComplete::~LArCableLengthComplete
virtual ~LArCableLengthComplete()
Definition:
LArCableLengthComplete.cxx:9
Generated on Tue Mar 25 2025 21:13:36 for ATLAS Offline Software by
1.8.18