![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Base event writer class outputting the list of particle's four-momenta in a simple ascii format. More...
#include <EventWriter.h>
Public Member Functions | |
| EventWriter (const std::string &filename="") | |
| virtual | ~EventWriter () |
| virtual bool | OpenFile (const std::string &filename) |
| virtual void | CloseFile () |
| virtual bool | WriteEvent (const SimpleEvent &evt) |
Protected Attributes | |
| std::ofstream | m_fout |
| int | m_EventNumber |
Base event writer class outputting the list of particle's four-momenta in a simple ascii format.
Definition at line 21 of file EventWriter.h.
| thermalfist::EventWriter::EventWriter | ( | const std::string & | filename = "" | ) |
Definition at line 11 of file EventWriter.cpp.
|
virtual |
Definition at line 16 of file EventWriter.cpp.
|
virtual |
Reimplemented in thermalfist::HepMCEventWriter.
Definition at line 38 of file EventWriter.cpp.
|
virtual |
Reimplemented in thermalfist::HepMCEventWriter.
Definition at line 21 of file EventWriter.cpp.
|
virtual |
Reimplemented in thermalfist::EventWriterAsciiExtended, thermalfist::EventWriterForSmash, thermalfist::EventWriterForUrqmd, and thermalfist::HepMCEventWriter.
Definition at line 45 of file EventWriter.cpp.
|
protected |
Definition at line 34 of file EventWriter.h.
|
protected |
Definition at line 33 of file EventWriter.h.