![]() |
Project
|
Compressed reconstructed L0 trigger patch information. More...
#include <CompressedTriggerData.h>
Public Attributes | |
uint8_t | mTRUIndex |
Index of the TRU where the trigger patch has been found. | |
uint8_t | mPatchIndexInTRU |
Index of the trigger patch in the TRU. | |
uint8_t | mTime |
Reconstructed time of the trigger patch. | |
uint16_t | mADC |
ADC sum of the trigger patch. | |
Compressed reconstructed L0 trigger patch information.
Definition at line 33 of file CompressedTriggerData.h.
uint16_t o2::emcal::CompressedTriggerPatch::mADC |
ADC sum of the trigger patch.
Definition at line 37 of file CompressedTriggerData.h.
uint8_t o2::emcal::CompressedTriggerPatch::mPatchIndexInTRU |
Index of the trigger patch in the TRU.
Definition at line 35 of file CompressedTriggerData.h.
uint8_t o2::emcal::CompressedTriggerPatch::mTime |
Reconstructed time of the trigger patch.
Definition at line 36 of file CompressedTriggerData.h.
uint8_t o2::emcal::CompressedTriggerPatch::mTRUIndex |
Index of the TRU where the trigger patch has been found.
Definition at line 34 of file CompressedTriggerData.h.