Skip to content

ActsEventCnv: Fix use of Acts::AnyCharge.

Scott Snyder requested to merge ssnyder/athena:charge.ActsEventCnv-20231013 into main

Acts::AnyCharge should be initialized with the absolute value of the charge, not the signed charge.

Fixes unit test failure.

Merge request reports