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. |
Description of problematic cell in a cluster.
xAOD::CaloClusterBadChannelData_v1::CaloClusterBadChannelData_v1 | ( | const float | eta, | |
const float | phi, | |||
const CaloSampling::CaloSample | layer, | |||
const uint32_t | bc | |||
) | [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) |