Skip to content

Updated muComb to be reentrant (ATR-22131)

Stefano Giagu requested to merge giagu/athena:master-mucomb-reentrant into master

muComb updated to be reentrant.

  • changed the algorithm from AthAlgorithm to AthReentrantAlgorithm

  • added the event context to the execute method and passed the event context to read/write handles

  • tested with: runTrigART.py -m -j4 test_trig_mc_v1Dev_slice_muon_build.py test_trig_mc_v1Dev_slice_muon_grid.py

(all tests ended w/o problems, results and trigger counts identical wrt master)

Merge request reports