Version: SMASH-2.0
experiment.cc File Reference
#include "smash/experiment.h"
#include <cstdint>
#include "smash/boxmodus.h"
#include "smash/collidermodus.h"
#include "smash/cxx14compat.h"
#include "smash/listmodus.h"
#include "smash/spheremodus.h"

Go to the source code of this file.

Namespaces

 smash
 

Functions

ExperimentParameters smash::create_experiment_parameters (Configuration config)
 Gathers all general Experiment parameters. More...
 
std::string smash::format_measurements (const Particles &particles, uint64_t scatterings_this_interval, const QuantumNumbers &conserved_initial, SystemTimePoint time_start, double time, double E_mean_field, double E_mean_field_initial)
 Generate the tabulated string which will be printed to the screen when SMASH is running. More...
 
double smash::calculate_mean_field_energy (const Potentials &potentials, RectangularLattice< smash::DensityOnLattice > &jmu_B_lat, const ExperimentParameters &parameters)
 Calculate the total mean field energy of the system; this will be printed to the screen when SMASH is running. More...
 
EventInfo smash::fill_event_info (const Particles &particles, double E_mean_field, double modus_impact_parameter, const ExperimentParameters &parameters, bool projectile_target_interact)
 Generate the EventInfo object which is passed to outputs_. More...