/// Particles' general information (status, PDG id, mother, daughter 1, daughter 2)
int k[5][4000];
/// Particles' kinematics, in GeV (px, py, pz, E, M)
double p[5][4000];
/// Primary vertex for the particles
double v[5][4000];
} pyjets_;
}
namespace cepgen
{
namespace hadr
{
/**
* Full interface to the Pythia6 @cite Sjostrand:2006za algorithm. It can be used in a single particle decay mode as well as a full event hadronisation using the string model, as in Jetset.
* @brief Pythia6 hadronisation algorithm
*/
class Pythia6Hadroniser : public GenericHadroniser