![]() |
Project
|
Data definition for the new trigger information after FW update, allowing for interleaved triggers. More...
#include <ZeroSuppressionLinkBased.h>
Public Attributes | ||
union { | ||
uint64_t word0 = 0 | ||
lower 64 bits More... | ||
struct { | ||
uint32_t triggerType | ||
tigger type More... | ||
uint32_t orbit | ||
orbit number More... | ||
} | ||
}; | ||
union { | ||
uint64_t word1 = 0 | ||
upper bits of the 80 bit bitmask More... | ||
struct { | ||
uint32_t bunchCrossing: 12 | ||
bunch crossing number More... | ||
uint32_t empty1_0: 16 | ||
empty More... | ||
uint32_t numWordsPayload: 4 | ||
number of 128bit words with 12bit ADC values, should always be 0 More... | ||
uint32_t empty1_1: 24 | ||
empty More... | ||
uint32_t magicWord: 8 | ||
magic word for identification More... | ||
} | ||
}; | ||
Data definition for the new trigger information after FW update, allowing for interleaved triggers.
Definition at line 258 of file ZeroSuppressionLinkBased.h.
union { ... } o2::tpc::zerosupp_link_based::TriggerInfoV2 |
union { ... } o2::tpc::zerosupp_link_based::TriggerInfoV2 |
uint32_t o2::tpc::zerosupp_link_based::TriggerInfoV2::bunchCrossing |
bunch crossing number
Definition at line 270 of file ZeroSuppressionLinkBased.h.
uint32_t o2::tpc::zerosupp_link_based::TriggerInfoV2::empty1_0 |
empty
Definition at line 271 of file ZeroSuppressionLinkBased.h.
uint32_t o2::tpc::zerosupp_link_based::TriggerInfoV2::empty1_1 |
empty
Definition at line 273 of file ZeroSuppressionLinkBased.h.
uint32_t o2::tpc::zerosupp_link_based::TriggerInfoV2::magicWord |
magic word for identification
Definition at line 274 of file ZeroSuppressionLinkBased.h.
uint32_t o2::tpc::zerosupp_link_based::TriggerInfoV2::numWordsPayload |
number of 128bit words with 12bit ADC values, should always be 0
Definition at line 272 of file ZeroSuppressionLinkBased.h.
uint32_t o2::tpc::zerosupp_link_based::TriggerInfoV2::orbit |
orbit number
Definition at line 263 of file ZeroSuppressionLinkBased.h.
uint32_t o2::tpc::zerosupp_link_based::TriggerInfoV2::triggerType |
tigger type
Definition at line 262 of file ZeroSuppressionLinkBased.h.
uint64_t o2::tpc::zerosupp_link_based::TriggerInfoV2::word0 = 0 |
lower 64 bits
Definition at line 260 of file ZeroSuppressionLinkBased.h.
uint64_t o2::tpc::zerosupp_link_based::TriggerInfoV2::word1 = 0 |
upper bits of the 80 bit bitmask
Definition at line 268 of file ZeroSuppressionLinkBased.h.