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

Event writer class outputting the list of particles with options to include more information. More...

#include <EventWriter.h>

Inheritance diagram for thermalfist::EventWriterAsciiExtended:
thermalfist::EventWriter

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ EventWriterAsciiExtended()

thermalfist::EventWriterAsciiExtended::EventWriterAsciiExtended ( const std::string & filename = "",
const SimpleEvent::EventOutputConfig & config = SimpleEvent::EventOutputConfig() )
inline

Definition at line 45 of file EventWriter.h.

Member Function Documentation

◆ SetOutputConfig()

void thermalfist::EventWriterAsciiExtended::SetOutputConfig ( const SimpleEvent::EventOutputConfig & config)
inline

Definition at line 46 of file EventWriter.h.

◆ WriteEvent()

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

Reimplemented from thermalfist::EventWriter.

Definition at line 88 of file EventWriter.cpp.


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