Skip to content

AtlasHepMC: Fix thread-safety checker warning.

Scott Snyder requested to merge ssnyder/athena:thread.AtlasHepMC-20231011 into main

Fix thread-safety checker warning when compiling against hepmc2.

Barcode function should take a T const , not a T const &.

Merge request reports