#include <outputparameters.h>
Helper structure for Experiment to hold output options and parameters.
Experiment has one member of this struct.
Definition at line 61 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 | td_only_participants |
Flag reporting whether only participants are considered (true) or also spectators (false) More... | |
bool | part_extended |
Extended format for particles output. More... | |
OutputOnlyFinal | 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... | |
bool | ic_extended |
Extended initial conditions output. More... | |
RivetOutputParameters | rivet_parameters |
Rivet specfic parameters. More... | |
|
inline |
Default constructor, useful for tests.
Definition at line 63 of file outputparameters.h.
|
inlineexplicit |
Constructor from configuration.
Definition at line 83 of file outputparameters.h.
|
inline |
Pass correct extended flag to binary collision output constructor.
[in] | name | (File)name of the output. |
Definition at line 213 of file outputparameters.h.
ThreeVector smash::OutputParameters::td_position |
Point, where thermodynamic quantities are calculated.
Definition at line 226 of file outputparameters.h.
DensityType smash::OutputParameters::td_dens_type |
Type (e.g., baryon/pion/hadron) of thermodynamic quantity.
Definition at line 229 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 232 of file outputparameters.h.
bool smash::OutputParameters::td_tmn |
Print out energy-momentum tensor of type td_dens_type or not?
Definition at line 235 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 241 of file outputparameters.h.
bool smash::OutputParameters::td_v_landau |
Print out Landau velocity of type td_dens_type or not?
Definition at line 244 of file outputparameters.h.
bool smash::OutputParameters::td_jQBS |
Print out QBS 4-currents or not?
Definition at line 247 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 253 of file outputparameters.h.
bool smash::OutputParameters::td_only_participants |
Flag reporting whether only participants are considered (true) or also spectators (false)
Definition at line 259 of file outputparameters.h.
bool smash::OutputParameters::part_extended |
Extended format for particles output.
Definition at line 262 of file outputparameters.h.
OutputOnlyFinal smash::OutputParameters::part_only_final |
Print only final particles in event.
Definition at line 265 of file outputparameters.h.
bool smash::OutputParameters::coll_extended |
Extended format for collisions output.
Definition at line 268 of file outputparameters.h.
bool smash::OutputParameters::coll_printstartend |
Print initial and final particles in event into collision output.
Definition at line 271 of file outputparameters.h.
bool smash::OutputParameters::dil_extended |
Extended format for dilepton output.
Definition at line 274 of file outputparameters.h.
bool smash::OutputParameters::photons_extended |
Extended format for photon output.
Definition at line 277 of file outputparameters.h.
bool smash::OutputParameters::ic_extended |
Extended initial conditions output.
Definition at line 280 of file outputparameters.h.
RivetOutputParameters smash::OutputParameters::rivet_parameters |
Rivet specfic parameters.
Definition at line 283 of file outputparameters.h.