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
LArMphysOverMcalSym.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_LARMPHYSOVERMCALSYM_H
6
#define LARRAWCONDITIONS_LARMPHYSOVERMCALSYM_H
7
8
#include "
LArElecCalib/ILArMphysOverMcal.h
"
9
10
class
LArMCSym
;
11
class
LArMphysOverMcalMC
;
12
class
LArSingleFloatP
;
13
template
<
typename
LArSingleFloatP>
class
LArConditionsContainer
;
14
15
class
LArMphysOverMcalSym
:
virtual
public
ILArMphysOverMcal
{
16
public
:
17
18
LArMphysOverMcalSym
() =
delete
;
19
LArMphysOverMcalSym
(
const
LArMCSym
* mcsym,
const
LArMphysOverMcalMC
*
MphysOverMcalComplete
);
20
virtual
~LArMphysOverMcalSym
( );
21
22
virtual
const
float
&
MphysOverMcal
(
const
HWIdentifier
& hwid,
int
gain
)
const override
;
23
24
private
:
25
const
LArMCSym
*
m_mcSym
;
26
const
LArConditionsContainer<LArSingleFloatP>
*
m_MphysOverMcalComplete
;
27
};
28
29
#include "
AthenaKernel/CLASS_DEF.h
"
30
#include "
AthenaKernel/CondCont.h
"
31
CLASS_DEF
(
LArMphysOverMcalSym
,130141195,1)
32
CONDCONT_DEF
(
LArMphysOverMcalSym
, 146726487,
ILArMphysOverMcal
);
33
#endif
LArMphysOverMcalMC
Implementation of the interface ILArMphysOverMcal for MC Derives from LArMphysOverMcalComplete,...
Definition:
LArMphysOverMcalMC.h:21
CondCont.h
Hold mappings of ranges to condition objects.
LArParamsProperties::MphysOverMcalComplete
@ MphysOverMcalComplete
Definition:
LArParamsProperties.h:85
LArSingleFloatP
Definition:
LArSingleFloatP.h:11
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArMphysOverMcalSym::~LArMphysOverMcalSym
virtual ~LArMphysOverMcalSym()
Definition:
LArMphysOverMcalSym.cxx:15
LArMphysOverMcalSym
Definition:
LArMphysOverMcalSym.h:15
HWIdentifier
Definition:
HWIdentifier.h:13
ILArMphysOverMcal.h
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArMphysOverMcalSym::LArMphysOverMcalSym
LArMphysOverMcalSym()=delete
LArMCSym
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition:
LArMCSym.h:19
ILArMphysOverMcal
Definition:
ILArMphysOverMcal.h:13
LArMphysOverMcalSym::m_MphysOverMcalComplete
const LArConditionsContainer< LArSingleFloatP > * m_MphysOverMcalComplete
Definition:
LArMphysOverMcalSym.h:26
CONDCONT_DEF
CONDCONT_DEF(LArMphysOverMcalSym, 146726487, ILArMphysOverMcal)
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
LArMphysOverMcalSym::m_mcSym
const LArMCSym * m_mcSym
Definition:
LArMphysOverMcalSym.h:25
LArMphysOverMcalSym::MphysOverMcal
virtual const float & MphysOverMcal(const HWIdentifier &hwid, int gain) const override
Definition:
LArMphysOverMcalSym.cxx:17
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Apr 10 2025 21:13:53 for ATLAS Offline Software by
1.8.18