![]() |
Project
|
#include <ZeroSuppression.h>
Public Types | |
enum | TriggerType : uint8_t { PhT = 1 , PP = 2 , Cal = 4 } |
trigger types as in the ttype bits More... | |
Public Member Functions | |
uint16_t | getTriggerBC (int entry=0) const |
uint16_t | getTriggerType (int entry=0) const |
bool | isValid (int entry=0) const |
ClassDefNV (TriggerWordDLBZS, 1) | |
Public Attributes | |
uint16_t | triggerEntries [MaxTriggerEntries] = {} |
Static Public Attributes | |
static constexpr uint16_t | MaxTriggerEntries = 8 |
Maximum number of trigger information. | |
Trigger word for dense link-base ZS
Trigger word is always 128bit and occurs always in the last page of a HBF before the meta header
Definition at line 91 of file ZeroSuppression.h.
enum o2::tpc::TriggerWordDLBZS::TriggerType : uint8_t |
trigger types as in the ttype bits
Enumerator | |
---|---|
PhT | Physics Trigger. |
PP | Pre Pulse for calibration. |
Cal | Laser (Calibration trigger) |
Definition at line 95 of file ZeroSuppression.h.
o2::tpc::TriggerWordDLBZS::ClassDefNV | ( | TriggerWordDLBZS | , |
1 | |||
) |
|
inline |
Definition at line 102 of file ZeroSuppression.h.
|
inline |
Definition at line 103 of file ZeroSuppression.h.
|
inline |
Definition at line 104 of file ZeroSuppression.h.
|
staticconstexpr |
Maximum number of trigger information.
Definition at line 92 of file ZeroSuppression.h.
uint16_t o2::tpc::TriggerWordDLBZS::triggerEntries[MaxTriggerEntries] = {} |
Definition at line 100 of file ZeroSuppression.h.