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
LAruA2MeVComplete.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/LAruA2MeVComplete.h
"
6
7
LAruA2MeVComplete::LAruA2MeVComplete
() {}
8
LAruA2MeVComplete::~LAruA2MeVComplete
() {}
9
10
/* Fill transient object in ATHENA *****************************************
11
*/
12
void
LAruA2MeVComplete::set
(
const
HWIdentifier
& chid,
const
float
uA2MeV ) {
13
this->
setPdata
(chid,uA2MeV);
14
}
15
16
/* retrieve uA2MeV ******************************************************
17
*/
18
const
float
&
LAruA2MeVComplete::UA2MEV
(
const
HWIdentifier
& chid)
const
{
19
return
this->
get
(chid).m_data;
20
}
21
22
LAruA2MeVComplete::LAruA2MeVComplete
LAruA2MeVComplete()
Definition:
LAruA2MeVComplete.cxx:7
LArConditionsContainer< LArSingleFloatP >::setPdata
void setPdata(const HWIdentifier id, const LArSingleFloatP &payload, unsigned int gain=0)
put payload in persistent data
LAruA2MeVComplete::~LAruA2MeVComplete
virtual ~LAruA2MeVComplete()
Definition:
LAruA2MeVComplete.cxx:8
LAruA2MeVComplete::UA2MEV
virtual const float & UA2MEV(const HWIdentifier &chid) const override
Definition:
LAruA2MeVComplete.cxx:18
LAruA2MeVComplete::set
void set(const HWIdentifier &CellID, const float vuA2MeV)
Definition:
LAruA2MeVComplete.cxx:12
HWIdentifier
Definition:
HWIdentifier.h:13
LArConditionsContainer< LArSingleFloatP >::get
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
get data with online identifier
LAruA2MeVComplete.h
Generated on Thu Apr 3 2025 21:14:13 for ATLAS Offline Software by
1.8.18