![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Configuration for the event output. More...
#include <SimpleEvent.h>
Public Member Functions | |
EventOutputConfig () | |
Public Attributes | |
bool | printEnergy |
Output the particle's energy in addition to its 3-momentum. | |
bool | printMotherPdg |
Output the pdg code of the mother particle. | |
bool | printPhotonsLeptons |
Output photons and leptons, if any. | |
bool | printDecayEpoch |
Print the number of successive decays before the particle was produced. | |
bool | printCoordinates |
Print the space-time coordinates of the particles. | |
bool | printWeight |
Print the event weight for importance sampling. | |
Configuration for the event output.
Definition at line 53 of file SimpleEvent.h.
|
inline |
Definition at line 73 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printCoordinates |
Print the space-time coordinates of the particles.
Definition at line 68 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printDecayEpoch |
Print the number of successive decays before the particle was produced.
Definition at line 65 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printEnergy |
Output the particle's energy in addition to its 3-momentum.
Definition at line 56 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printMotherPdg |
Output the pdg code of the mother particle.
Definition at line 59 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printPhotonsLeptons |
Output photons and leptons, if any.
Definition at line 62 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printWeight |
Print the event weight for importance sampling.
Definition at line 71 of file SimpleEvent.h.