Version: SMASH-2.0
smash::EventInfo Struct Reference

#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 35 of file outputinterface.h.

Collaboration diagram for smash::EventInfo:
[legend]

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...
 

Member Data Documentation

◆ impact_parameter

double smash::EventInfo::impact_parameter

Impact parameter for collider modus, otherwise dummy.

Definition at line 37 of file outputinterface.h.

◆ modus_length

double smash::EventInfo::modus_length

Box length in case of box simulation, otherwise dummy.

Definition at line 39 of file outputinterface.h.

◆ current_time

double smash::EventInfo::current_time

Time in fm/c.

Definition at line 41 of file outputinterface.h.

◆ total_kinetic_energy

double smash::EventInfo::total_kinetic_energy

Sum of kinetic energies of all particles.

Definition at line 43 of file outputinterface.h.

◆ total_mean_field_energy

double smash::EventInfo::total_mean_field_energy

Total energy in the mean field.

Definition at line 45 of file outputinterface.h.

◆ total_energy

double smash::EventInfo::total_energy

Kinetic + mean field energy.

Definition at line 47 of file outputinterface.h.

◆ test_particles

int smash::EventInfo::test_particles

Testparticle number, see Testparticles in General.

Definition at line 49 of file outputinterface.h.

◆ empty_event

bool smash::EventInfo::empty_event

True if no collisions happened.

Definition at line 51 of file outputinterface.h.


The documentation for this struct was generated from the following file: