#include <outputparameters.h>
Helper structure for Experiment to hold output options and parameters.
Experiment has one member of this struct.
Definition at line 25 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... | |
| 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... | |
      
  | 
  inline | 
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
Pass correct extended flag to binary collision output constructor.
| [in] | name | (File)name of the output. | 
Definition at line 99 of file outputparameters.h.
| ThreeVector smash::OutputParameters::td_position | 
Point, where thermodynamic quantities are calculated.
Definition at line 112 of file outputparameters.h.
| DensityType smash::OutputParameters::td_dens_type | 
Type (e.g., baryon/pion/hadron) of thermodynamic quantity.
Definition at line 115 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 118 of file outputparameters.h.
| bool smash::OutputParameters::td_tmn | 
Print out energy-momentum tensor of type td_dens_type or not?
Definition at line 121 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 127 of file outputparameters.h.
| bool smash::OutputParameters::td_v_landau | 
Print out Landau velocity of type td_dens_type or not?
Definition at line 130 of file outputparameters.h.
| bool smash::OutputParameters::td_jQBS | 
Print out QBS 4-currents or not?
Definition at line 133 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 139 of file outputparameters.h.
| bool smash::OutputParameters::part_extended | 
Extended format for particles output.
Definition at line 142 of file outputparameters.h.
| OutputOnlyFinal smash::OutputParameters::part_only_final | 
Print only final particles in event.
Definition at line 145 of file outputparameters.h.
| bool smash::OutputParameters::coll_extended | 
Extended format for collisions output.
Definition at line 148 of file outputparameters.h.
| bool smash::OutputParameters::coll_printstartend | 
Print initial and final particles in event into collision output.
Definition at line 151 of file outputparameters.h.
| bool smash::OutputParameters::dil_extended | 
Extended format for dilepton output.
Definition at line 154 of file outputparameters.h.
| bool smash::OutputParameters::photons_extended | 
Extended format for photon output.
Definition at line 157 of file outputparameters.h.
| bool smash::OutputParameters::ic_extended | 
Extended initial conditions output.
Definition at line 160 of file outputparameters.h.