Belle II Software development
|
HEPEVT common block of PYTHIA6. More...
#include <KKGenInterface.h>
Public Attributes | |
int | nevhep |
serial number. | |
int | nhep |
number of particles. | |
int | isthep [nmxhep] |
status code. | |
int | idhep [nmxhep] |
particle ident KF. | |
int | jmohep [nmxhep][2] |
parent particles. | |
int | jdahep [nmxhep][2] |
childreen particles. | |
double | phep [nmxhep][5] |
four-momentum, mass [GeV]. | |
double | vhep [nmxhep][4] |
vertex [mm]. | |
HEPEVT common block of PYTHIA6.
Definition at line 24 of file KKGenInterface.h.
int idhep[nmxhep] |
particle ident KF.
Definition at line 28 of file KKGenInterface.h.
int isthep[nmxhep] |
status code.
Definition at line 27 of file KKGenInterface.h.
int jdahep[nmxhep][2] |
childreen particles.
Definition at line 30 of file KKGenInterface.h.
int jmohep[nmxhep][2] |
parent particles.
Definition at line 29 of file KKGenInterface.h.
int nevhep |
serial number.
Definition at line 25 of file KKGenInterface.h.
int nhep |
number of particles.
Definition at line 26 of file KKGenInterface.h.
double phep[nmxhep][5] |
four-momentum, mass [GeV].
Definition at line 31 of file KKGenInterface.h.
double vhep[nmxhep][4] |
vertex [mm].
Definition at line 32 of file KKGenInterface.h.