![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Event writer class outputting the list of particles with options to include more information. More...
#include <EventWriter.h>
Public Member Functions | |
| EventWriterAsciiExtended (const std::string &filename="", const SimpleEvent::EventOutputConfig &config=SimpleEvent::EventOutputConfig()) | |
| void | SetOutputConfig (const SimpleEvent::EventOutputConfig &config) |
| bool | WriteEvent (const SimpleEvent &evt) |
Public Member Functions inherited from thermalfist::EventWriter | |
| EventWriter (const std::string &filename="") | |
| virtual | ~EventWriter () |
| virtual bool | OpenFile (const std::string &filename) |
| virtual void | CloseFile () |
Additional Inherited Members | |
Protected Attributes inherited from thermalfist::EventWriter | |
| std::ofstream | m_fout |
| int | m_EventNumber |
Event writer class outputting the list of particles with options to include more information.
The possible extra information includes the event weight, particle coordinates, mother particle and decay epoch
Definition at line 41 of file EventWriter.h.
|
inline |
Definition at line 45 of file EventWriter.h.
|
inline |
Definition at line 46 of file EventWriter.h.
|
virtual |
Reimplemented from thermalfist::EventWriter.
Definition at line 88 of file EventWriter.cpp.