Skip to content

Remove mystery debug output in OldSpclMcFilterTool

Andrii Verbytskyi requested to merge averbyts/athena:less_barcodes_51 into 23.0

Remove mystery debug output in OldSpclMcFilterTool.

The cleanup in the PhysicsAnalysis ( even in the obsolete codes!) is needed to move avay from the usage of HepMC::barcode(), HepMC::barcode_to_... functions and similar. In the medium term this will allow for 1) more efficient HepMcParticleLink code --> better performance over the whole Athena 2) spliting of barcode() into 'particle fate' and 'particle unique id'.

Tag @pclark @jchapman

Merge request reports