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
LArRawConditions
LAruA2MeVP.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARUA2MEVP
6
#define LARRAWCONDITIONS_LARUA2MEVP
7
8
#include <vector>
9
#include "
LArElecCalib/ILAruA2MeV.h
"
15
/* updated for Pool persistency
16
July 19, 2005
17
*/
18
19
class
LAruA2MeVP
{
20
public
:
21
22
LAruA2MeVP
() :
m_uA2MeV
(
float
(
ILAruA2MeV
::
ERRORCODE
)) {}
23
LAruA2MeVP
(
float
a
) :
m_uA2MeV
(
a
) {}
24
bool
isEmpty
()
const
{
return
(
m_uA2MeV
==
float
(
ILAruA2MeV::ERRORCODE
)) ; } ;
25
float
m_uA2MeV
;
26
};
27
28
29
#endif
30
ILAruA2MeV.h
ILAruA2MeV
Definition:
ILAruA2MeV.h:13
LAruA2MeVP::isEmpty
bool isEmpty() const
Definition:
LAruA2MeVP.h:24
LAruA2MeVP
c-struct reproducing the structure of the persistent data
Definition:
LAruA2MeVP.h:19
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition:
LArCalibErrorCode.h:17
LAruA2MeVP::LAruA2MeVP
LAruA2MeVP()
Definition:
LAruA2MeVP.h:22
LAruA2MeVP::m_uA2MeV
float m_uA2MeV
Definition:
LAruA2MeVP.h:24
LAruA2MeVP::LAruA2MeVP
LAruA2MeVP(float a)
Definition:
LAruA2MeVP.h:23
ILAruA2MeV::ERRORCODE
@ ERRORCODE
Definition:
ILAruA2MeV.h:35
a
TList * a
Definition:
liststreamerinfos.cxx:10
python.LArMinBiasAlgConfig.float
float
Definition:
LArMinBiasAlgConfig.py:65
Generated on Thu Apr 10 2025 21:14:07 for ATLAS Offline Software by
1.8.18