![]() |
Project
|
#include <PHOSEnergyCalibrator.h>
Public Attributes | ||
uint32_t | mDataWord | |
struct { | ||
uint32_t mAddress: 14 | ||
Bits 0 - 13: Hardware address. More... | ||
uint32_t mAdcAmp: 10 | ||
Bits 14 - 23: ADC counts. More... | ||
uint32_t mHgLg: 1 | ||
Bit 24: LG/HG. More... | ||
uint32_t mCluster: 7 | ||
Bits 25-32: index of cluster in event. More... | ||
}; | ||
Definition at line 41 of file PHOSEnergyCalibrator.h.
struct { ... } o2::phos::CalibDigit |
uint32_t o2::phos::CalibDigit::mAdcAmp |
Bits 14 - 23: ADC counts.
Definition at line 45 of file PHOSEnergyCalibrator.h.
uint32_t o2::phos::CalibDigit::mAddress |
Bits 0 - 13: Hardware address.
Definition at line 44 of file PHOSEnergyCalibrator.h.
uint32_t o2::phos::CalibDigit::mCluster |
Bits 25-32: index of cluster in event.
Definition at line 47 of file PHOSEnergyCalibrator.h.
uint32_t o2::phos::CalibDigit::mDataWord |
Definition at line 42 of file PHOSEnergyCalibrator.h.
uint32_t o2::phos::CalibDigit::mHgLg |
Bit 24: LG/HG.
Definition at line 46 of file PHOSEnergyCalibrator.h.