![]() |
Project
|
Compressed reconstructed TRU information. More...
#include <CompressedTriggerData.h>
Public Attributes | |
uint8_t | mTRUIndex |
TRU index. | |
uint8_t | mTriggerTime |
Trigger time of the TRU. | |
bool | mFired |
Fired status of the TRU. | |
uint8_t | mNumberOfPatches |
Number of patches found for the TRU. | |
Compressed reconstructed TRU information.
Definition at line 23 of file CompressedTriggerData.h.
bool o2::emcal::CompressedTRU::mFired |
Fired status of the TRU.
Definition at line 26 of file CompressedTriggerData.h.
uint8_t o2::emcal::CompressedTRU::mNumberOfPatches |
Number of patches found for the TRU.
Definition at line 27 of file CompressedTriggerData.h.
uint8_t o2::emcal::CompressedTRU::mTriggerTime |
Trigger time of the TRU.
Definition at line 25 of file CompressedTriggerData.h.
uint8_t o2::emcal::CompressedTRU::mTRUIndex |
TRU index.
Definition at line 24 of file CompressedTriggerData.h.