Finding mother particle in root/pythia

Hi Loek,
GetFirstMother() gives you the index of the mother in the particle stack.
Use
TParticle* part = (TParticle*) particles->At(indexMother);
to retrieve the corresponding TParticle.
Best regards
Andreas

1 Like