|
Mantid
|
Structure used as an intermediate for parallel processing of events. More...
#include <FilterEventsByLogValuePreNexus.h>
Public Attributes | |
| size_t | frame_index |
| Frame index (pulse # of this event) More... | |
| uint32_t | period |
| Period of the event (not really used at this time) More... | |
| PixelType | pid |
| Pixel identifier as published by the DAS/DAE/DAQ. More... | |
| DasTofType | tof |
| Time of flight. More... | |
Structure used as an intermediate for parallel processing of events.
Definition at line 48 of file FilterEventsByLogValuePreNexus.h.
| size_t Mantid::DataHandling::IntermediateEvent::frame_index |
Frame index (pulse # of this event)
Definition at line 54 of file FilterEventsByLogValuePreNexus.h.
| uint32_t Mantid::DataHandling::IntermediateEvent::period |
Period of the event (not really used at this time)
Definition at line 56 of file FilterEventsByLogValuePreNexus.h.
| PixelType Mantid::DataHandling::IntermediateEvent::pid |
Pixel identifier as published by the DAS/DAE/DAQ.
Definition at line 52 of file FilterEventsByLogValuePreNexus.h.
| DasTofType Mantid::DataHandling::IntermediateEvent::tof |
Time of flight.
Definition at line 50 of file FilterEventsByLogValuePreNexus.h.