#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 38 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. 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... | |
int | n_ensembles |
Number of ensembles. More... | |
bool | empty_event |
True if no collisions happened. More... | |
bool | impose_kinematic_cut_for_SMASH_IC |
Whether or not kinematic cuts are employed for SMASH IC. More... | |
double smash::EventInfo::impact_parameter |
Impact parameter for collider modus, otherwise dummy.
Definition at line 40 of file outputinterface.h.
double smash::EventInfo::modus_length |
Box length in case of box simulation, otherwise dummy.
Definition at line 42 of file outputinterface.h.
double smash::EventInfo::current_time |
Time in fm.
Definition at line 44 of file outputinterface.h.
double smash::EventInfo::total_kinetic_energy |
Sum of kinetic energies of all particles.
Definition at line 46 of file outputinterface.h.
double smash::EventInfo::total_mean_field_energy |
Total energy in the mean field.
Definition at line 48 of file outputinterface.h.
double smash::EventInfo::total_energy |
Kinetic + mean field energy.
Definition at line 50 of file outputinterface.h.
int smash::EventInfo::test_particles |
Testparticle number, see Testparticles in General.
Definition at line 52 of file outputinterface.h.
int smash::EventInfo::n_ensembles |
Number of ensembles.
Definition at line 54 of file outputinterface.h.
bool smash::EventInfo::empty_event |
True if no collisions happened.
Definition at line 56 of file outputinterface.h.
bool smash::EventInfo::impose_kinematic_cut_for_SMASH_IC |
Whether or not kinematic cuts are employed for SMASH IC.
Definition at line 58 of file outputinterface.h.