TruthUtils: Hepmc2 fix
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.
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.