ATLAS Offline Software
|
#include <CaloClusterBadChannelData.h>
Public Member Functions | |
CaloClusterBadChannelData (float eta, float phi, CaloSampling::CaloSample layer, const CaloBadChannel &flag) | |
full Constructor More... | |
virtual | ~CaloClusterBadChannelData () |
Destructor. More... | |
CaloClusterBadChannelData (const CaloClusterBadChannelData *pBad) | |
Copy constructor. More... | |
float | getEta () const |
Access Eta. More... | |
float | getPhi () const |
Access Phi. More... | |
CaloSampling::CaloSample | getLayer () const |
Access Layer. More... | |
CaloBadChannel | getFlag () const |
Access bad channel flag. More... | |
CaloClusterBadChannelData () | |
Private Attributes | |
float | m_eta |
float | m_phi |
CaloSampling::CaloSample | m_layer |
CaloBadChannel | m_flag |
Definition at line 11 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
CaloClusterBadChannelData::CaloClusterBadChannelData | ( | float | eta, |
float | phi, | ||
CaloSampling::CaloSample | layer, | ||
const CaloBadChannel & | flag | ||
) |
|
virtualdefault |
Destructor.
CaloClusterBadChannelData::CaloClusterBadChannelData | ( | const CaloClusterBadChannelData * | pBad | ) |
CaloClusterBadChannelData::CaloClusterBadChannelData | ( | ) |
Definition at line 18 of file CaloClusterBadChannelData.cxx.
|
inline |
Access Eta.
Definition at line 42 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
|
inline |
Access bad channel flag.
Definition at line 45 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
|
inline |
Access Layer.
Definition at line 44 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
|
inline |
Access Phi.
Definition at line 43 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
|
private |
Definition at line 35 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
|
private |
Definition at line 38 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
|
private |
Definition at line 37 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.
|
private |
Definition at line 36 of file Calorimeter/CaloEvent/CaloEvent/CaloClusterBadChannelData.h.