Skip to content

TruthUtils: Hepmc2 fix

Scott Snyder requested to merge ssnyder/athena:hepmc2.TruthUtils-20231206 into main

With hepmc2, particles get passed by pointer. If we try to pass by const reference, we can get thread-safety checker warnings. Fixes warning seen in MCTruth.

Merge request reports