#include <outputinterface.h>
Structure to contain information about the event and ensemble numbers.
This structure is intended to hold and conveniently pass information to create a unique label for each block of output about a given ensemble of a given event.
Definition at line 71 of file outputinterface.h.
Public Attributes | |
int32_t | event_number |
The number of the event. More... | |
int32_t | ensemble_number |
The number of the ensemble. More... | |
int32_t smash::EventLabel::event_number |
The number of the event.
Definition at line 73 of file outputinterface.h.
int32_t smash::EventLabel::ensemble_number |
The number of the ensemble.
Definition at line 75 of file outputinterface.h.