Namespace for bits in the flags. More...
#include <OpDetWaveformMeta.h>
Public Types | |
using | Flag_t = Flags_t::Flag_t |
Type for a single flag. More... | |
Static Public Attributes | |
static constexpr Flag_t | WithBeamGate { 0 } |
Whether this time interval includes the nominal beam gate opening. More... | |
static constexpr Flag_t | WithTrigger { 1 } |
Whether this time interval includes the hardware trigger time. More... | |
static constexpr Flag_t | NFlags { 2 } |
The first flag available for future use. More... | |
Namespace for bits in the flags.
Definition at line 48 of file OpDetWaveformMeta.h.
Type for a single flag.
Definition at line 50 of file OpDetWaveformMeta.h.
|
static |
The first flag available for future use.
Definition at line 59 of file OpDetWaveformMeta.h.
|
static |
Whether this time interval includes the nominal beam gate opening.
Definition at line 53 of file OpDetWaveformMeta.h.
|
static |
Whether this time interval includes the hardware trigger time.
Definition at line 56 of file OpDetWaveformMeta.h.