Belle II Software development
hepevt_type Struct Reference

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].
 

Detailed Description

HEPEVT common block of PYTHIA6.

Definition at line 24 of file KKGenInterface.h.

Member Data Documentation

◆ idhep

int idhep[nmxhep]

particle ident KF.

Definition at line 28 of file KKGenInterface.h.

◆ isthep

int isthep[nmxhep]

status code.

Definition at line 27 of file KKGenInterface.h.

◆ jdahep

int jdahep[nmxhep][2]

childreen particles.

Definition at line 30 of file KKGenInterface.h.

◆ jmohep

int jmohep[nmxhep][2]

parent particles.

Definition at line 29 of file KKGenInterface.h.

◆ nevhep

int nevhep

serial number.

Definition at line 25 of file KKGenInterface.h.

◆ nhep

int nhep

number of particles.

Definition at line 26 of file KKGenInterface.h.

◆ phep

double phep[nmxhep][5]

four-momentum, mass [GeV].

Definition at line 31 of file KKGenInterface.h.

◆ vhep

double vhep[nmxhep][4]

vertex [mm].

Definition at line 32 of file KKGenInterface.h.


The documentation for this struct was generated from the following file: