EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Io/HepMC3/include/ActsExamples/Plugins/HepMC3/HepMC3Writer.hpp>
Public Member Functions | |
bool | writeEvent (HepMC3::WriterAscii &writer, std::shared_ptr< HepMC3::GenEvent > event) |
Writes an event to file. | |
bool | status (HepMC3::WriterAscii &writer) |
Reports the status of the writer. | |
HepMC3 event writer.
Definition at line 17 of file HepMC3Writer.hpp.
View newest version in sPHENIX GitHub at line 17 of file HepMC3Writer.hpp
bool ActsExamples::HepMC3WriterAscii::status | ( | HepMC3::WriterAscii & | writer | ) |
Reports the status of the writer.
writer | writer of run files |
Definition at line 18 of file HepMC3Writer.cpp.
View newest version in sPHENIX GitHub at line 18 of file HepMC3Writer.cpp
bool ActsExamples::HepMC3WriterAscii::writeEvent | ( | HepMC3::WriterAscii & | writer, |
std::shared_ptr< HepMC3::GenEvent > | event | ||
) |
Writes an event to file.
writer | writer of run files |
event | storage of the event |
Definition at line 11 of file HepMC3Writer.cpp.
View newest version in sPHENIX GitHub at line 11 of file HepMC3Writer.cpp