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

Writes the events in the HepMC::Asciiv3 format, see https://gitlab.cern.ch/hepmc/HepMC3. More...

#include <HepMCEventWriter.h>

Inheritance diagram for thermalfist::HepMCEventWriter:
thermalfist::EventWriter

Public Member Functions

 HepMCEventWriter (const std::string &filename="")
 
virtual ~HepMCEventWriter ()
 
virtual bool OpenFile (const std::string &filename)
 
virtual void CloseFile ()
 
virtual bool WriteEvent (const SimpleEvent &evt)
 
- Public Member Functions inherited from thermalfist::EventWriter
 EventWriter (const std::string &filename="")
 
virtual ~EventWriter ()
 

Additional Inherited Members

- Protected Attributes inherited from thermalfist::EventWriter
std::ofstream m_fout
 
int m_EventNumber
 

Detailed Description

Writes the events in the HepMC::Asciiv3 format, see https://gitlab.cern.ch/hepmc/HepMC3.

Assumes that all particles are final (status code = 1) and come from the root vertex. Has to be checked if this actually works

Definition at line 22 of file HepMCEventWriter.h.

Constructor & Destructor Documentation

◆ HepMCEventWriter()

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

Definition at line 10 of file HepMCEventWriter.cpp.

◆ ~HepMCEventWriter()

thermalfist::HepMCEventWriter::~HepMCEventWriter ( )
virtual

Definition at line 15 of file HepMCEventWriter.cpp.

Member Function Documentation

◆ CloseFile()

void thermalfist::HepMCEventWriter::CloseFile ( )
virtual

Reimplemented from thermalfist::EventWriter.

Definition at line 48 of file HepMCEventWriter.cpp.

◆ OpenFile()

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

Reimplemented from thermalfist::EventWriter.

Definition at line 20 of file HepMCEventWriter.cpp.

◆ WriteEvent()

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

Reimplemented from thermalfist::EventWriter.

Definition at line 57 of file HepMCEventWriter.cpp.


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