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
LArNoiseSym.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_LARNOISESYM_H
6
#define LARRAWCONDITIONS_LARNOISESYM_H
7
8
#include "
LArElecCalib/ILArNoise.h
"
9
class
LArNoiseMC
;
10
class
LArMCSym
;
11
class
LArNoiseP
;
12
template
<
typename
LArNoiseP>
class
LArConditionsContainer
;
13
14
class
LArNoiseSym
:
virtual
public
ILArNoise
{
15
public
:
16
LArNoiseSym
() =
delete
;
17
LArNoiseSym
(
const
LArMCSym
* mcsym,
const
LArNoiseMC
* noiseComplete);
18
virtual
~LArNoiseSym
( );
19
20
virtual
const
float
&
noise
(
const
HWIdentifier
& hwid,
int
gain
)
const override
;
21
22
private
:
23
const
LArMCSym
*
m_mcSym
;
24
const
LArConditionsContainer<LArNoiseP>
*
m_noiseComplete
;
25
};
26
27
#include "
AthenaKernel/CLASS_DEF.h
"
28
#include "
AthenaKernel/CondCont.h
"
29
CLASS_DEF
(
LArNoiseSym
,235778925,1)
30
CONDCONT_DEF
(
LArNoiseSym
, 233925277,
ILArNoise
);
31
#endif
LArNoiseSym::m_noiseComplete
const LArConditionsContainer< LArNoiseP > * m_noiseComplete
Definition:
LArNoiseSym.h:24
LArNoiseSym::~LArNoiseSym
virtual ~LArNoiseSym()
Definition:
LArNoiseSym.cxx:15
ILArNoise.h
CondCont.h
Hold mappings of ranges to condition objects.
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
HWIdentifier
Definition:
HWIdentifier.h:13
ILArNoise
Definition:
ILArNoise.h:12
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArNoiseSym::LArNoiseSym
LArNoiseSym()=delete
LArMCSym
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition:
LArMCSym.h:19
LArNoiseSym::m_mcSym
const LArMCSym * m_mcSym
Definition:
LArNoiseSym.h:23
LArNoiseP
Definition:
LArNoiseP.h:12
LArNoiseSym::noise
virtual const float & noise(const HWIdentifier &hwid, int gain) const override
Definition:
LArNoiseSym.cxx:17
LArNoiseSym
Definition:
LArNoiseSym.h:14
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
LArNoiseMC
Implementation of the interface ILArNoise for MC Derives from LArNoiseComplete, and implements the ph...
Definition:
LArNoiseMC.h:20
CLASS_DEF.h
macros to associate a CLID to a type
CONDCONT_DEF
CONDCONT_DEF(LArNoiseSym, 233925277, ILArNoise)
Generated on Tue Apr 8 2025 21:14:06 for ATLAS Offline Software by
1.8.18