Particle * copyParticle(const Particle *original)
Function takes argument Particle and creates a copy of it and copies of all its (grand-)^n-daughters.
const Particle * getDaughter(unsigned i) const
Returns a pointer to the i-th daughter particle.
unsigned getNDaughters(void) const
Returns number of daughter particles.
Class to store reconstructed particles.
void copyDaughters(Particle *mother)
Function copies all (grand-)^n-daughter particles of the argument mother Particle.