![]() |
gaps-online-software 0.10
online software for the TOF system for the GAPS experiment
|
#include <events.h>
Static Public Member Functions | |
static RBMissingHit | from_bytestream (const Vec< u8 > &bytestream, u64 &pos) |
Public Attributes | |
u32 | event_id |
u8 | ltb_hit_index |
u8 | ltb_id |
u8 | ltb_dsi |
u8 | ltb_j |
u8 | ltb_ch |
u8 | rb_id |
u8 | rb_ch |
Static Public Attributes | |
static const u16 | HEAD = 0xAAAA |
static const u16 | TAIL = 0x5555 |
static const usize | SIZE = 15 |
RBMissingHit represents missing data from a readoutboard. This can occur when the MTB has a hit registered, but for some reason we do not get the corresponding data for the RB. RBMissingHit might help with debugging.