#include <outputinterface.h>
Structure to contain custom data for output.
This structure is intended to hold and conveniently pass information about event such as impact parameter, total potential energy, and similar auxiliary info.
Definition at line 36 of file outputinterface.h.
Public Attributes | |
double | impact_parameter |
Impact parameter for collider modus, otherwise dummy. More... | |
double | modus_length |
Box length in case of box simulation, otherwise dummy. More... | |
double | current_time |
Time in fm/c. More... | |
double | total_kinetic_energy |
Sum of kinetic energies of all particles. More... | |
double | total_mean_field_energy |
Total energy in the mean field. More... | |
double | total_energy |
Kinetic + mean field energy. More... | |
int | test_particles |
Testparticle number, see Testparticles in General. More... | |
bool | empty_event |
True if no collisions happened. More... | |
double smash::EventInfo::impact_parameter |
Impact parameter for collider modus, otherwise dummy.
Definition at line 38 of file outputinterface.h.
double smash::EventInfo::modus_length |
Box length in case of box simulation, otherwise dummy.
Definition at line 40 of file outputinterface.h.
double smash::EventInfo::current_time |
Time in fm/c.
Definition at line 42 of file outputinterface.h.
double smash::EventInfo::total_kinetic_energy |
Sum of kinetic energies of all particles.
Definition at line 44 of file outputinterface.h.
double smash::EventInfo::total_mean_field_energy |
Total energy in the mean field.
Definition at line 46 of file outputinterface.h.
double smash::EventInfo::total_energy |
Kinetic + mean field energy.
Definition at line 48 of file outputinterface.h.
int smash::EventInfo::test_particles |
Testparticle number, see Testparticles in General.
Definition at line 50 of file outputinterface.h.
bool smash::EventInfo::empty_event |
True if no collisions happened.
Definition at line 52 of file outputinterface.h.