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
Calorimeter
CaloEvent
src
CaloClusterBadChannelData.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "CaloEvent/CaloClusterBadChannelData.h"
6
7
CaloClusterBadChannelData::CaloClusterBadChannelData
(
float
eta
,
8
float
phi
,
9
CaloSampling::CaloSample
layer
,
10
const
CaloBadChannel
&
flag
)
11
: m_eta (
eta
),
12
m_phi (
phi
),
13
m_layer (
layer
),
14
m_flag (
flag
)
15
{
16
}
17
18
CaloClusterBadChannelData::CaloClusterBadChannelData
()
19
: m_eta (-999),
20
m_phi (-999),
21
m_layer (
CaloSampling
::
Unknown
),
22
m_flag (0
u
)
23
{
24
}
25
26
CaloClusterBadChannelData::CaloClusterBadChannelData
(
const
CaloClusterBadChannelData
* pBad)
27
: m_eta (pBad->m_eta),
28
m_phi (pBad->m_phi),
29
m_layer (pBad->m_layer),
30
m_flag (pBad->m_flag)
31
{
32
}
33
34
CaloClusterBadChannelData::~CaloClusterBadChannelData
() =
default
;
GetLCDefs::Unknown
@ Unknown
Definition:
GetLCDefs.h:21
phi
Scalar phi() const
phi method
Definition:
AmgMatrixBasePlugin.h:67
eta
Scalar eta() const
pseudorapidity method
Definition:
AmgMatrixBasePlugin.h:83
CaloClusterBadChannelData::CaloClusterBadChannelData
CaloClusterBadChannelData()
Definition:
CaloClusterBadChannelData.cxx:18
CaloSampling
provides Calorimeter Sampling enum
Definition:
Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h:17
Trk::u
@ u
Enums for curvilinear frames.
Definition:
ParamDefs.h:77
CaloClusterBadChannelData::~CaloClusterBadChannelData
virtual ~CaloClusterBadChannelData()
Destructor.
CaloSampling::CaloSample
CaloSample
Definition:
Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h:22
TRT::Hit::layer
@ layer
Definition:
HitInfo.h:79
master.flag
bool flag
Definition:
master.py:29
CaloClusterBadChannelData
Definition:
Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:12
CaloBadChannel
Definition:
CaloBadChannel.h:8
Generated on Thu Mar 13 2025 21:08:00 for ATLAS Offline Software by
1.8.18