std::string getName() const
Getter for the name of the particle.
unsigned getNDaughters() const
Getter for Numer of Daughter Particles.
void addDaughter(const Particle &particle)
Adding a daughter Particle to this Particle.
Particle(const std::string &name)
Constructing Particle with a name.
This is a base class for particles in out Project.