Skip to content

Fix broken HI Jet config

William Keaton Balunas requested to merge wbalunas/athena:hiconfig-210412 into master

!42301 (merged) removed the now-deprecated ivtxin argument from the jet config function addJetFinder(...). This change wasn't propagated to the Heavy Ion jet config, which calls this function, resulting in a crash when trying to run it. This MR fixes that by updating the function call in the HI config accordingly.

Merge request reports