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