Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
thermalfist::EventWriter Class Reference

Base event writer class outputting the list of particle's four-momenta in a simple ascii format. More...

#include <EventWriter.h>

Inheritance diagram for thermalfist::EventWriter:
thermalfist::EventWriterAsciiExtended thermalfist::EventWriterForSmash thermalfist::EventWriterForUrqmd thermalfist::HepMCEventWriter

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ EventWriter()

thermalfist::EventWriter::EventWriter ( const std::string & filename = "")

Definition at line 11 of file EventWriter.cpp.

◆ ~EventWriter()

thermalfist::EventWriter::~EventWriter ( )
virtual

Definition at line 16 of file EventWriter.cpp.

Member Function Documentation

◆ CloseFile()

void thermalfist::EventWriter::CloseFile ( )
virtual

Reimplemented in thermalfist::HepMCEventWriter.

Definition at line 38 of file EventWriter.cpp.

◆ OpenFile()

bool thermalfist::EventWriter::OpenFile ( const std::string & filename)
virtual

Reimplemented in thermalfist::HepMCEventWriter.

Definition at line 21 of file EventWriter.cpp.

◆ WriteEvent()

bool thermalfist::EventWriter::WriteEvent ( const SimpleEvent & evt)
virtual

Member Data Documentation

◆ m_EventNumber

int thermalfist::EventWriter::m_EventNumber
protected

Definition at line 34 of file EventWriter.h.

◆ m_fout

std::ofstream thermalfist::EventWriter::m_fout
protected

Definition at line 33 of file EventWriter.h.


The documentation for this class was generated from the following files: