ATLAS Offline Software
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 
8  float phi,
10  const CaloBadChannel& flag)
11  : m_eta (eta),
12  m_phi (phi),
13  m_layer (layer),
14  m_flag (flag)
15 {
16 }
17 
19  : m_eta (-999),
20  m_phi (-999),
21  m_layer (CaloSampling::Unknown),
22  m_flag (0u)
23 {
24 }
25 
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 
GetLCDefs::Unknown
@ Unknown
Definition: GetLCDefs.h:21
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
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:83
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