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
LArDAC2uAMC.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/LArDAC2uAMC.h
"
6
7
LArDAC2uAMC::LArDAC2uAMC
() :
LArDAC2uAComplete
()
8
{}
9
10
StatusCode
LArDAC2uAMC::initialize
() {
11
return
(
CONTAINER::initialize
()) ;
12
}
13
14
LArDAC2uAMC::~LArDAC2uAMC
() {}
15
16
17
/* retrieve DAC2uA ******************************************************
18
*/
19
const
float
&
LArDAC2uAMC::DAC2UA
(
const
HWIdentifier
& )
const
20
{
21
std::cout <<
"LArDACuAMC is deprecated. Use LArDACuASym!"
<< std::endl;
22
std::abort();
23
return
dummy
;
24
}
25
LArDAC2uAMC::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
Definition:
LArDAC2uAMC.cxx:10
LArDAC2uAMC.h
LArDAC2uAMC::LArDAC2uAMC
LArDAC2uAMC()
Definition:
LArDAC2uAMC.cxx:7
HWIdentifier
Definition:
HWIdentifier.h:13
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArDAC2uAMC::~LArDAC2uAMC
virtual ~LArDAC2uAMC()
Definition:
LArDAC2uAMC.cxx:14
LArDAC2uAMC::DAC2UA
virtual const float & DAC2UA(const HWIdentifier &CellID) const
access to DAC2UA conversion factor index by Identifier, and gain setting
Definition:
LArDAC2uAMC.cxx:19
LArDAC2uAMC::dummy
constexpr static float dummy
Definition:
LArDAC2uAMC.h:34
LArConditionsContainer< LArSingleFloatP >::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
LArDAC2uAComplete
This class implements the ILArDAC2uA interface.
Definition:
LArDAC2uAComplete.h:27
Generated on Tue Apr 1 2025 21:13:48 for ATLAS Offline Software by
1.8.18