![]() |
ATLAS Offline Software
|
Description of problematic cell in a cluster. More...
#include <CaloClusterBadChannelData_v1.h>
Public Member Functions | |
| CaloClusterBadChannelData_v1 () | |
| Default constructor. | |
| CaloClusterBadChannelData_v1 (const float eta, const float phi, const CaloSampling::CaloSample layer, const uint32_t bc) | |
| Useful constructor. | |
| float | eta () const |
| The eta of the bad cell. | |
| float | phi () const |
| The phi of the bad cell. | |
| CaloSampling::CaloSample | layer () const |
| The sampling of the bad cell. | |
| uint32_t | badChannel () const |
| Bit pattern describing the problem of the cell. | |
Private Attributes | |
| float | m_eta |
| float | m_phi |
| CaloSampling::CaloSample | m_layer |
| uint32_t | m_badChannel |
Description of problematic cell in a cluster.
Definition at line 15 of file CaloClusterBadChannelData_v1.h.
|
inline |
Default constructor.
Definition at line 18 of file CaloClusterBadChannelData_v1.h.
|
inline |
Useful constructor.
| eta | eta of the cell |
| phi | phi of the cell |
| layer | CaloSampling |
| bc | Bit pattern describing the problem of the cell (CaloBadChannel) |
Definition at line 26 of file CaloClusterBadChannelData_v1.h.
|
inline |
Bit pattern describing the problem of the cell.
Definition at line 39 of file CaloClusterBadChannelData_v1.h.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 45 of file CaloClusterBadChannelData_v1.h.
|
private |
Definition at line 42 of file CaloClusterBadChannelData_v1.h.
|
private |
Definition at line 44 of file CaloClusterBadChannelData_v1.h.
|
private |
Definition at line 43 of file CaloClusterBadChannelData_v1.h.