![]() |
Project
|
#include <PHOSEnergyCalibrator.h>
Public Attributes | ||
| uint32_t | mDataWord | |
| struct { | ||
| uint32_t mMarker: 14 | ||
| Bits 0 - 13: non-existing address to separate events 16383. More... | ||
| uint32_t mBC: 18 | ||
| Bits 14-32: event BC (16bit in InterationRecord. Orbit (32bit) will be stored in next word) More... | ||
| }; | ||
Definition at line 51 of file PHOSEnergyCalibrator.h.
| struct { ... } o2::phos::EventHeader |
| uint32_t o2::phos::EventHeader::mBC |
Bits 14-32: event BC (16bit in InterationRecord. Orbit (32bit) will be stored in next word)
Definition at line 55 of file PHOSEnergyCalibrator.h.
| uint32_t o2::phos::EventHeader::mDataWord |
Definition at line 52 of file PHOSEnergyCalibrator.h.
| uint32_t o2::phos::EventHeader::mMarker |
Bits 0 - 13: non-existing address to separate events 16383.
Definition at line 54 of file PHOSEnergyCalibrator.h.