1 #include "WriterHEPEVTZEUS.h" 5 WriterHEPEVTZEUS::WriterHEPEVTZEUS(
const std::string &filename):WriterHEPEVT(filename) {}
static double m(const int &index)
Get generated mass.
static int last_child(const int &index)
Get index of last daughter.
static double z(const int &index)
Get Z Production vertex.
static double y(const int &index)
Get Y Production vertex.
static double t(const int &index)
Get production time.
static int status(const int &index)
Get status code.
static int event_number()
Get event number.
static double x(const int &index)
Get X Production vertex.
static double pz(const int &index)
Get Z momentum.
static double e(const int &index)
Get Energy.
void write_hepevt_particle(int index, bool iflong)
Write particle to file.
FILE * m_file
File to write. Need to be public to be accessible by children.
static double py(const int &index)
Get Y momentum.
static int first_child(const int &index)
Get index of 1st daughter.
static int id(const int &index)
Get PDG particle id.
static int first_parent(const int &index)
Get index of 1st mother.
static double px(const int &index)
Get X momentum.
static int last_parent(const int &index)
Get index of last mother.
void write_hepevt_event_header()
Write event header to file.
Definition of class HEPEVT_Wrapper.
static int number_entries()
Get number of entries.