Skip to content

Update HforTool as a part of preparation fro migration to HepMC3

In this MR in the HforTool sources, the old loops were replaced with the C++11 versions to avoid explicit declarations of GenParticle* and similar types which will be replaced later with HepMC3 version GenParticlePtr aka std::shared_ptr<HepMC3::Genpartricle>.

Tagging @akraszna @ewelina @jchapman

Merge request reports