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
LAruA2MeVMC.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 "
AthenaKernel/getMessageSvc.h
"
6
#include "
LArRawConditions/LAruA2MeVMC.h
"
7
8
#include <iostream>
9
using namespace
std ;
10
11
LAruA2MeVMC::LAruA2MeVMC
() :
LAruA2MeVComplete
()
12
{ }
13
14
StatusCode
LAruA2MeVMC::initialize
(){
15
return
(
CONTAINER::initialize
());
16
}
17
18
LAruA2MeVMC::~LAruA2MeVMC
() {}
19
20
21
/* retrieve uA2MeV ******************************************************
22
*/
23
const
float
&
LAruA2MeVMC::UA2MEV
(
const
HWIdentifier&)
const
{
24
std::cout <<
"LAruA2MeVMC is deprecated! Use LAruA2MeVSym"
<< std::endl;
25
std::abort();
26
return
dummy
;
27
}
getMessageSvc.h
singleton-like access to IMessageSvc via open function and helper
LAruA2MeVMC.h
LAruA2MeVMC::UA2MEV
virtual const float & UA2MEV(const HWIdentifier &CellID) const
Definition:
LAruA2MeVMC.cxx:23
LAruA2MeVComplete
This class implements the ILAruA2MeV interface.
Definition:
LAruA2MeVComplete.h:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LAruA2MeVMC::~LAruA2MeVMC
virtual ~LAruA2MeVMC()
Definition:
LAruA2MeVMC.cxx:18
LAruA2MeVMC::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
Definition:
LAruA2MeVMC.cxx:14
LAruA2MeVMC::dummy
constexpr static float dummy
Definition:
LAruA2MeVMC.h:35
LArConditionsContainer< LArSingleFloatP >::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
LAruA2MeVMC::LAruA2MeVMC
LAruA2MeVMC()
Definition:
LAruA2MeVMC.cxx:11
Generated on Tue Apr 1 2025 21:14:14 for ATLAS Offline Software by
1.8.18