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
LArSamplesMon
LArSamplesMon
AbsShapeErrorGetter.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
10
#ifndef LArSamples_AbsShapeErrorGetter_H
11
#define LArSamples_AbsShapeErrorGetter_H
12
13
#include "
LArSamplesMon/ShapeErrorData.h
"
14
#include "
LArCafJobs/CaloId.h
"
15
#include "
CaloIdentifier/CaloGain.h
"
16
17
class
TH1D;
18
19
namespace
LArSamples
{
20
21
class
Residual
;
22
23
class
AbsShapeErrorGetter
{
24
25
public
:
26
27
virtual
~AbsShapeErrorGetter
() { }
28
29
virtual
ShapeErrorData
*
shapeErrorData
(
unsigned
int
hash
,
CaloGain::CaloGain
gain
,
const
Residual
* toExclude = 0)
const
= 0;
30
virtual
ShapeErrorData
*
phiSymShapeErrorData
(
short
ring,
CaloGain::CaloGain
gain
,
const
Residual
* toExclude = 0)
const
= 0;
31
};
32
}
33
#endif
CaloId.h
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArSamples::AbsShapeErrorGetter::shapeErrorData
virtual ShapeErrorData * shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual *toExclude=0) const =0
LArSamples
Definition:
AbsShape.h:24
LArSamples::AbsShapeErrorGetter
Definition:
AbsShapeErrorGetter.h:23
Residual
Residual is a class that stores the residual, error, and type of residual.
LArSamples::AbsShapeErrorGetter::~AbsShapeErrorGetter
virtual ~AbsShapeErrorGetter()
Definition:
AbsShapeErrorGetter.h:27
LArSamples::Residual
storage of a pulse shape residual set
Definition:
LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h:29
CaloGain::CaloGain
CaloGain
Definition:
CaloGain.h:11
CaloCondBlobAlgs_fillNoiseFromASCII.hash
dictionary hash
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:109
ShapeErrorData.h
LArSamples::ShapeErrorData
Definition:
ShapeErrorData.h:19
CaloGain.h
LArSamples::AbsShapeErrorGetter::phiSymShapeErrorData
virtual ShapeErrorData * phiSymShapeErrorData(short ring, CaloGain::CaloGain gain, const Residual *toExclude=0) const =0
Generated on Sat Mar 29 2025 21:06:45 for ATLAS Offline Software by
1.8.18