ATLAS Offline Software
Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef CALOCLUSTERBADCHANNELDATA_H
6 #define CALOCLUSTERBADCHANNELDATA_H
7 
9 #include "CaloGeoHelpers/CaloSampling.h"
10 
12 {
13 
14 
15  public:
22  // Use implicit copy ctor.
24  float getEta() const;
26  float getPhi() const;
30  CaloBadChannel getFlag() const;
31 
33 
34  private:
35  float m_eta;
36  float m_phi;
39 
40 };
41 
42 inline float CaloClusterBadChannelData::getEta() const {return m_eta;}
43 inline float CaloClusterBadChannelData::getPhi() const {return m_phi;}
46 
47 #endif
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
CaloClusterBadChannelData::m_layer
CaloSampling::CaloSample m_layer
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:37
CaloBadChannel.h
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
CaloClusterBadChannelData::getPhi
float getPhi() const
Access Phi.
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:43
CaloClusterBadChannelData::CaloClusterBadChannelData
CaloClusterBadChannelData()
Definition: CaloClusterBadChannelData.cxx:18
CaloClusterBadChannelData::getEta
float getEta() const
Access Eta.
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:42
CaloClusterBadChannelData::m_flag
CaloBadChannel m_flag
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:38
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::m_eta
float m_eta
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:35
CaloClusterBadChannelData::getLayer
CaloSampling::CaloSample getLayer() const
Access Layer.
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:44
CaloClusterBadChannelData::getFlag
CaloBadChannel getFlag() const
Access bad channel flag.
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:45
CaloClusterBadChannelData
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:12
CaloBadChannel
Definition: CaloBadChannel.h:8
CaloClusterBadChannelData::m_phi
float m_phi
Definition: Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h:36