![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|

HepMC3 event writer. More...
#include <acts/blob/master/Examples/Io/HepMC3/include/ACTFW/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 FW::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 FW::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
1.8.2
with ECCE GitHub integration
