Thermal-FIST
1.3
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. More... | |
bool | printMotherPdg |
Output the pdg code of the mother particle. More... | |
bool | printPhotonsLeptons |
Output photons and leptons, if any. More... | |
bool | printDecayEpoch |
Print the number of succesive decays before the particle was produced. More... | |
Configuration for the event output.
Definition at line 52 of file SimpleEvent.h.
|
inline |
Definition at line 66 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printDecayEpoch |
Print the number of succesive decays before the particle was produced.
Definition at line 64 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printEnergy |
Output the particle's energy in addition to its 3-momentum.
Definition at line 55 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printMotherPdg |
Output the pdg code of the mother particle.
Definition at line 58 of file SimpleEvent.h.
bool thermalfist::SimpleEvent::EventOutputConfig::printPhotonsLeptons |
Output photons and leptons, if any.
Definition at line 61 of file SimpleEvent.h.