ATLAS Offline Software
Loading...
Searching...
No Matches
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
(0u)
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
;
eta
Scalar eta() const
pseudorapidity method
Definition
AmgMatrixBasePlugin.h:83
phi
Scalar phi() const
phi method
Definition
AmgMatrixBasePlugin.h:67
Unknown
@ Unknown
Definition
TruthClasses.h:9
CaloBadChannel
Definition
CaloBadChannel.h:8
CaloClusterBadChannelData::m_layer
CaloSampling::CaloSample m_layer
Definition
Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:37
CaloClusterBadChannelData::CaloClusterBadChannelData
CaloClusterBadChannelData(float eta, float phi, CaloSampling::CaloSample layer, const CaloBadChannel &flag)
full Constructor
Definition
CaloClusterBadChannelData.cxx:7
CaloClusterBadChannelData::CaloClusterBadChannelData
CaloClusterBadChannelData()
Definition
CaloClusterBadChannelData.cxx:18
CaloClusterBadChannelData::m_eta
float m_eta
Definition
Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:35
CaloClusterBadChannelData::m_phi
float m_phi
Definition
Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:36
CaloClusterBadChannelData::~CaloClusterBadChannelData
virtual ~CaloClusterBadChannelData()
Destructor.
CaloClusterBadChannelData::m_flag
CaloBadChannel m_flag
Definition
Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:38
CaloSampling
provides Calorimeter Sampling enum
Definition
Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h:17
CaloSampling::CaloSample
CaloSample
Definition
Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h:22
Generated on
for ATLAS Offline Software by
1.14.0