Wrap calls to soon to be obsolete barcode function
Compare changes
Files
5@@ -10,6 +10,7 @@
@@ -58,7 +59,7 @@ namespace MuonR4{
@@ -121,7 +122,7 @@ namespace MuonR4{
We are in the process of migrating athena away from using HepMC2 barcodes.
Most existing calls have been wrapped by the HepMC::barcode()
helper function.
This merge request wraps some additional calls which were added after the last clean-up.
This change should be transparent.