1#ifndef _TauolaHEPEVTEvent_h_included_
2#define _TauolaHEPEVTEvent_h_included_
19#include "TauolaEvent.h"
20#include "TauolaParticle.h"
21#include "TauolaHEPEVTParticle.h"
31#ifdef USE_HEPEVT_INTERFACE
34const int NMXHEP = 10000;
41 int jmohep[NMXHEP][2];
42 int jdahep[NMXHEP][2];
43 double phep [NMXHEP][5];
44 double vhep [NMXHEP][4];
86#ifdef USE_HEPEVT_INTERFACE
TauolaHEPEVTParticle * getParticle(int i)
std::vector< TauolaParticle * > findParticles(int pdgID)
std::vector< TauolaHEPEVTParticle * > particle_list
void addParticle(TauolaHEPEVTParticle *p)
std::vector< TauolaParticle * > findStableParticles(int pdgID)