Mantid
|
Structure that matches the form in the new pulseid files. More...
#include <FilterEventsByLogValuePreNexus.h>
Public Attributes | |
uint64_t | event_index |
The index of the first event for this pulse. More... | |
uint32_t | nanoseconds |
The number of nanoseconds since the seconds field. More... | |
double | pCurrent |
The proton charge for the pulse. More... | |
uint32_t | seconds |
The number of seconds since January 1, 1990. More... | |
Structure that matches the form in the new pulseid files.
Definition at line 62 of file FilterEventsByLogValuePreNexus.h.
uint64_t Mantid::DataHandling::Pulse::event_index |
The index of the first event for this pulse.
Definition at line 71 of file FilterEventsByLogValuePreNexus.h.
uint32_t Mantid::DataHandling::Pulse::nanoseconds |
The number of nanoseconds since the seconds field.
This is not necessarily less than one second.
Definition at line 65 of file FilterEventsByLogValuePreNexus.h.
double Mantid::DataHandling::Pulse::pCurrent |
The proton charge for the pulse.
Definition at line 74 of file FilterEventsByLogValuePreNexus.h.
uint32_t Mantid::DataHandling::Pulse::seconds |
The number of seconds since January 1, 1990.
Definition at line 68 of file FilterEventsByLogValuePreNexus.h.