HepMC3 event record library
WriterHEPEVTZEUS.h
1 #ifndef HEPMC3_WRITERHEPEVTZEUS_H
2 #define HEPMC3_WRITERHEPEVTZEUS_H
3 #include "HepMC3/WriterHEPEVT.h"
4 #include "HepMC3/GenEvent.h"
5 #include "HepMC3/GenParticle.h"
7 namespace HepMC3
8 {
10 {
11 public:
12  WriterHEPEVTZEUS(const std::string &filename);
14  void write_hepevt_particle( int index, bool iflong );
15 };
16 }
17 #endif
Definition of class WriterHEPEVT.
HepMC3 main namespace.
Definition: WriterDOT.h:19
Definition of class GenParticle.
Definition of struct GenEventData.
void write_hepevt_particle(int index, bool iflong)
Write particle to file.
GenEvent I/O serialization for HEPEVT files.
Definition: WriterHEPEVT.h:27
Definition of class GenEvent.
void write_hepevt_event_header()
Write event header to file.