Mantid
|
Indicate time 0, the start of a new frame. More...
#include <LoadNGEM.h>
Public Member Functions | |
bool | check () const |
Public Attributes | |
uint64_t | contin: 8 |
uint64_t | eventCount: 32 |
uint64_t | eventLoss: 20 |
uint64_t | frameLoss: 12 |
uint64_t | id: 8 |
uint64_t | t0id: 24 |
uint64_t | totalLoss: 24 |
Static Public Attributes | |
static constexpr int | T0_IDENTIFIER = 0x4E |
Indicate time 0, the start of a new frame.
Definition at line 34 of file LoadNGEM.h.
|
inline |
Definition at line 43 of file LoadNGEM.h.
References contin, Mantid::DataHandling::CONTIN_ID_VALUE, and T0_IDENTIFIER.
Referenced by Mantid::DataHandling::LoadNGEM::loadSingleFile().
uint64_t Mantid::DataHandling::T0FrameEvent::contin |
Definition at line 37 of file LoadNGEM.h.
Referenced by check().
uint64_t Mantid::DataHandling::T0FrameEvent::eventCount |
Definition at line 36 of file LoadNGEM.h.
uint64_t Mantid::DataHandling::T0FrameEvent::eventLoss |
Definition at line 39 of file LoadNGEM.h.
uint64_t Mantid::DataHandling::T0FrameEvent::frameLoss |
Definition at line 40 of file LoadNGEM.h.
uint64_t Mantid::DataHandling::T0FrameEvent::id |
Definition at line 41 of file LoadNGEM.h.
|
staticconstexpr |
Definition at line 42 of file LoadNGEM.h.
Referenced by check().
uint64_t Mantid::DataHandling::T0FrameEvent::t0id |
Definition at line 35 of file LoadNGEM.h.
uint64_t Mantid::DataHandling::T0FrameEvent::totalLoss |
Definition at line 38 of file LoadNGEM.h.