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
LAruA2MeVSym.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARUA2MEVSYM_H
6
#define LARRAWCONDITIONS_LARUA2MEVSYM_H
7
8
#include "
LArElecCalib/ILAruA2MeV.h
"
9
10
class
LArMCSym
;
11
class
LAruA2MeVMC
;
12
class
LArSingleFloatP
;
13
template
<
typename
LArSingleFloatP>
class
LArConditionsContainer
;
14
15
16
class
LAruA2MeVSym
:
virtual
public
ILAruA2MeV
{
17
18
public
:
19
LAruA2MeVSym
() =
delete
;
20
LAruA2MeVSym
(
const
LArMCSym
* mcsym,
const
LAruA2MeVMC
* uA2MeVComplete);
21
virtual
~LAruA2MeVSym
( );
22
23
virtual
const
float
&
UA2MEV
(
const
HWIdentifier
& hwid)
const override
;
24
25
private
:
26
const
LArMCSym
*
m_mcSym
;
27
const
LArConditionsContainer<LArSingleFloatP>
*
m_uA2MeVComplete
;
28
29
};
30
31
#include "
AthenaKernel/CLASS_DEF.h
"
32
#include "
AthenaKernel/CondCont.h
"
33
CLASS_DEF
(
LAruA2MeVSym
,123298666,1)
34
CONDCONT_DEF
(
LAruA2MeVSym
,131315182,
ILAruA2MeV
);
35
#endif
ILAruA2MeV.h
LAruA2MeVMC
Implementation of the interface ILAruA2MeV for MC Derives from LAruA2MeVComplete, and implements the ...
Definition:
LAruA2MeVMC.h:22
LAruA2MeVSym
Definition:
LAruA2MeVSym.h:16
CondCont.h
Hold mappings of ranges to condition objects.
ILAruA2MeV
Definition:
ILAruA2MeV.h:13
LArSingleFloatP
Definition:
LArSingleFloatP.h:11
HWIdentifier
Definition:
HWIdentifier.h:13
LAruA2MeVSym::~LAruA2MeVSym
virtual ~LAruA2MeVSym()
Definition:
LAruA2MeVSym.cxx:15
LAruA2MeVSym::UA2MEV
virtual const float & UA2MEV(const HWIdentifier &hwid) const override
Definition:
LAruA2MeVSym.cxx:17
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArMCSym
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition:
LArMCSym.h:19
LAruA2MeVSym::m_uA2MeVComplete
const LArConditionsContainer< LArSingleFloatP > * m_uA2MeVComplete
Definition:
LAruA2MeVSym.h:27
LAruA2MeVSym::m_mcSym
const LArMCSym * m_mcSym
Definition:
LAruA2MeVSym.h:26
LAruA2MeVSym::LAruA2MeVSym
LAruA2MeVSym()=delete
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
CLASS_DEF.h
macros to associate a CLID to a type
CONDCONT_DEF
CONDCONT_DEF(LAruA2MeVSym, 131315182, ILAruA2MeV)
Generated on Tue Apr 8 2025 21:14:21 for ATLAS Offline Software by
1.8.18