126 fParent(parent), fFirstChild(firstChild), fLastChild(lastChild),
127 fPx(px), fPy(py), fPz(pz), fEnergy(energy), fMass(mass),
128 fVx(vx), fVy(vy), fVz(vz), fTime(time), fLifetime(lifetime) {}
Pythia6Particle(int ks, int kf, int parent, int firstChild, int lastChild, float px, float py, float pz, float energy, float mass, float vx, float vy, float vz, float time, float lifetime)
Structure for Pythia6 particle properties.