Skip to content

DumpEventDataToJsonAlg: Clean up configuration and simplify algorithm

Edward Moyse requested to merge emoyse/athena:main-cleanup-dumper into main

Not much else to say - I simplified the algorithm to use DisableTool and removed some unneeded debug output

For the configuration, I made it work again on normal input by handling ACTS configuration dependencies better. Also, let's use fillFromArgs to reduce copy and pasting.

Merge request reports