![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Event writer class outputting the list of particles suitable for SMASH afterburner. More...
#include <EventWriter.h>
Public Member Functions | |
| EventWriterForSmash (const std::string &filename="", const ThermalParticleSystem *TPS=NULL) | |
| 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 suitable for SMASH afterburner.
Definition at line 62 of file EventWriter.h.
|
inline |
Definition at line 66 of file EventWriter.h.
|
virtual |
Reimplemented from thermalfist::EventWriter.
Definition at line 106 of file EventWriter.cpp.