#include <outputparameters.h>
Helper structure for Experiment to hold output options and parameters.
Experiment has one member of this struct.
Definition at line 24 of file outputparameters.h.
Public Member Functions | |
OutputParameters () | |
Default constructor, useful for tests. More... | |
OutputParameters (Configuration &&conf) | |
Constructor from configuration. More... | |
bool | get_coll_extended (std::string name) const |
Pass correct extended flag to binary collision output constructor. More... | |
Public Attributes | |
ThreeVector | td_position |
Point, where thermodynamic quantities are calculated. More... | |
DensityType | td_dens_type |
Type (e.g., baryon/pion/hadron) of thermodynamic quantity. More... | |
bool | td_rho_eckart |
Print out Eckart rest frame density of type td_dens_type or not? More... | |
bool | td_tmn |
Print out energy-momentum tensor of type td_dens_type or not? More... | |
bool | td_tmn_landau |
Print out energy-momentum tensor in Landau rest frame (of type td_dens_type) or not? More... | |
bool | td_v_landau |
Print out Landau velocity of type td_dens_type or not? More... | |
bool | td_jQBS |
Print out QBS 4-currents or not? More... | |
bool | td_smearing |
Whether smearing is on or off; WARNING : if smearing is off, then final result is in GeV instead of GeV/fm3. More... | |
bool | part_extended |
Extended format for particles output. More... | |
bool | part_only_final |
Print only final particles in event. More... | |
bool | coll_extended |
Extended format for collisions output. More... | |
bool | coll_printstartend |
Print initial and final particles in event into collision output. More... | |
bool | dil_extended |
Extended format for dilepton output. More... | |
bool | photons_extended |
Extended format for photon output. More... | |
|
inline |
Default constructor, useful for tests.
Definition at line 26 of file outputparameters.h.
|
inlineexplicit |
Constructor from configuration.
Definition at line 43 of file outputparameters.h.
|
inline |
Pass correct extended flag to binary collision output constructor.
[in] | name | (File)name of the output. |
Definition at line 92 of file outputparameters.h.
ThreeVector smash::OutputParameters::td_position |
Point, where thermodynamic quantities are calculated.
Definition at line 105 of file outputparameters.h.
DensityType smash::OutputParameters::td_dens_type |
Type (e.g., baryon/pion/hadron) of thermodynamic quantity.
Definition at line 108 of file outputparameters.h.
bool smash::OutputParameters::td_rho_eckart |
Print out Eckart rest frame density of type td_dens_type or not?
Definition at line 111 of file outputparameters.h.
bool smash::OutputParameters::td_tmn |
Print out energy-momentum tensor of type td_dens_type or not?
Definition at line 114 of file outputparameters.h.
bool smash::OutputParameters::td_tmn_landau |
Print out energy-momentum tensor in Landau rest frame (of type td_dens_type) or not?
Definition at line 120 of file outputparameters.h.
bool smash::OutputParameters::td_v_landau |
Print out Landau velocity of type td_dens_type or not?
Definition at line 123 of file outputparameters.h.
bool smash::OutputParameters::td_jQBS |
Print out QBS 4-currents or not?
Definition at line 126 of file outputparameters.h.
bool smash::OutputParameters::td_smearing |
Whether smearing is on or off; WARNING : if smearing is off, then final result is in GeV instead of GeV/fm3.
Definition at line 132 of file outputparameters.h.
bool smash::OutputParameters::part_extended |
Extended format for particles output.
Definition at line 135 of file outputparameters.h.
bool smash::OutputParameters::part_only_final |
Print only final particles in event.
Definition at line 138 of file outputparameters.h.
bool smash::OutputParameters::coll_extended |
Extended format for collisions output.
Definition at line 141 of file outputparameters.h.
bool smash::OutputParameters::coll_printstartend |
Print initial and final particles in event into collision output.
Definition at line 144 of file outputparameters.h.
bool smash::OutputParameters::dil_extended |
Extended format for dilepton output.
Definition at line 147 of file outputparameters.h.
bool smash::OutputParameters::photons_extended |
Extended format for photon output.
Definition at line 150 of file outputparameters.h.