|
McStas Readout Master 0.3.3
|
Common fields of every stored readout event: routing (ring, FEN), time-of-flight, and the statistical rate-weight. More...
#include <hdf_interface.h>

Public Member Functions | |
| Event (uint8_t ring, uint8_t fen, double time, double weight) | |
Public Attributes | |
| uint8_t | ring |
| uint8_t | fen |
| double | time |
| double | weight |
Common fields of every stored readout event: routing (ring, FEN), time-of-flight, and the statistical rate-weight.
Definition at line 33 of file hdf_interface.h.
|
inline |
Definition at line 40 of file hdf_interface.h.
| uint8_t Event::fen |
Definition at line 36 of file hdf_interface.h.
| uint8_t Event::ring |
Definition at line 35 of file hdf_interface.h.
| double Event::time |
Definition at line 37 of file hdf_interface.h.
| double Event::weight |
Definition at line 38 of file hdf_interface.h.