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
LArDAC2uAP.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_LARDAC2UAP
6
#define LARRAWCONDITIONS_LARDAC2UAP
7
8
#include <vector>
9
#include "
LArElecCalib/ILArDAC2uA.h
"
14
/* Modified for POOL persistency
15
Hong Ma
16
July 15, 2005
17
*/
18
19
class
LArDAC2uAP
20
{
21
public
:
22
23
LArDAC2uAP
() :
m_DAC2uA
(
float
(
ILArDAC2uA
::
ERRORCODE
)) {}
24
LArDAC2uAP
(
float
DAC2uA) :
m_DAC2uA
(DAC2uA) {}
25
bool
isEmpty
()
const
{
return
(
m_DAC2uA
==
float
(
ILArDAC2uA::ERRORCODE
));} ;
26
float
m_DAC2uA
;
27
};
28
29
30
#endif
31
ILArDAC2uA.h
ILArDAC2uA
Definition:
ILArDAC2uA.h:13
LArDAC2uAP::m_DAC2uA
float m_DAC2uA
Definition:
LArDAC2uAP.h:25
LArDAC2uAP::LArDAC2uAP
LArDAC2uAP()
Definition:
LArDAC2uAP.h:23
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition:
LArCalibErrorCode.h:17
LArDAC2uAP::isEmpty
bool isEmpty() const
Definition:
LArDAC2uAP.h:25
LArDAC2uAP::LArDAC2uAP
LArDAC2uAP(float DAC2uA)
Definition:
LArDAC2uAP.h:24
ILArDAC2uA::ERRORCODE
@ ERRORCODE
Definition:
ILArDAC2uA.h:37
LArDAC2uAP
c-struct reproducing the structure of the persistent data
Definition:
LArDAC2uAP.h:20
python.LArMinBiasAlgConfig.float
float
Definition:
LArMinBiasAlgConfig.py:65
Generated on Thu Apr 10 2025 21:13:42 for ATLAS Offline Software by
1.8.18