Skip to content

Use id to check for loops in hepmc3

Andrii Verbytskyi requested to merge averbyts/athena:no_loops_hepmc3 into master

Use id to check for loops in hepmc3

It is very hard to create loops in HepMC3, so they de-facto do not exist. But the identity of particles within same event one can check with id(), which is faster than barcode().

Tag @jchapman

Merge request reports