HepMC3 event record library
examples
ConvertExample
include
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
"
6
#include "
HepMC3/Data/GenEventData.h
"
7
namespace
HepMC3
8
{
9
class
WriterHEPEVTZEUS
:
public
WriterHEPEVT
10
{
11
public
:
12
WriterHEPEVTZEUS
(
const
std::string &filename);
13
void
write_hepevt_event_header
();
14
void
write_hepevt_particle
(
int
index,
bool
iflong );
15
};
16
}
17
#endif
WriterHEPEVT.h
Definition of class WriterHEPEVT.
HepMC3
HepMC3 main namespace.
Definition:
WriterDOT.h:19
GenParticle.h
Definition of class GenParticle.
HepMC3::WriterHEPEVTZEUS
Definition:
WriterHEPEVTZEUS.h:9
GenEventData.h
Definition of struct GenEventData.
HepMC3::WriterHEPEVTZEUS::write_hepevt_particle
void write_hepevt_particle(int index, bool iflong)
Write particle to file.
Definition:
WriterHEPEVTZEUS.cc:10
HepMC3::WriterHEPEVT
GenEvent I/O serialization for HEPEVT files.
Definition:
WriterHEPEVT.h:27
GenEvent.h
Definition of class GenEvent.
HepMC3::WriterHEPEVTZEUS::write_hepevt_event_header
void write_hepevt_event_header()
Write event header to file.
Definition:
WriterHEPEVTZEUS.cc:6
Generated on Sun Apr 28 2019 03:48:37 for HepMC3 event record library by
1.8.13