#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 | 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... | |
| Configuration | subcon_for_rivet | 
| Rivet specfic setup configurations.  More... | |
      
  | 
  inline | 
Default constructor, useful for tests.
Definition at line 27 of file outputparameters.h.
      
  | 
  inlineexplicit | 
Constructor from configuration.
Definition at line 47 of file outputparameters.h.
      
  | 
  inline | 
Pass correct extended flag to binary collision output constructor.
| [in] | name | (File)name of the output. | 
Definition at line 106 of file outputparameters.h.
| ThreeVector smash::OutputParameters::td_position | 
Point, where thermodynamic quantities are calculated.
Definition at line 119 of file outputparameters.h.
| DensityType smash::OutputParameters::td_dens_type | 
Type (e.g., baryon/pion/hadron) of thermodynamic quantity.
Definition at line 122 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 125 of file outputparameters.h.
| bool smash::OutputParameters::td_tmn | 
Print out energy-momentum tensor of type td_dens_type or not?
Definition at line 128 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 134 of file outputparameters.h.
| bool smash::OutputParameters::td_v_landau | 
Print out Landau velocity of type td_dens_type or not?
Definition at line 137 of file outputparameters.h.
| bool smash::OutputParameters::td_jQBS | 
Print out QBS 4-currents or not?
Definition at line 140 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 146 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 152 of file outputparameters.h.
| bool smash::OutputParameters::part_extended | 
Extended format for particles output.
Definition at line 155 of file outputparameters.h.
| OutputOnlyFinal smash::OutputParameters::part_only_final | 
Print only final particles in event.
Definition at line 158 of file outputparameters.h.
| bool smash::OutputParameters::coll_extended | 
Extended format for collisions output.
Definition at line 161 of file outputparameters.h.
| bool smash::OutputParameters::coll_printstartend | 
Print initial and final particles in event into collision output.
Definition at line 164 of file outputparameters.h.
| bool smash::OutputParameters::dil_extended | 
Extended format for dilepton output.
Definition at line 167 of file outputparameters.h.
| bool smash::OutputParameters::photons_extended | 
Extended format for photon output.
Definition at line 170 of file outputparameters.h.
| bool smash::OutputParameters::ic_extended | 
Extended initial conditions output.
Definition at line 173 of file outputparameters.h.
| Configuration smash::OutputParameters::subcon_for_rivet | 
Rivet specfic setup configurations.
Definition at line 176 of file outputparameters.h.