Skip to content

Bug fix in JetReclusteringAlg for running systematic variations

Zhengcheng Tao requested to merge ztao/athena:bugfix_jetreclustering into main

It was reported by @dbabal that JetReclusteringAlg crashes when running with systematic variations. The crash is due to missing reclustered jet collections from systematic variations in the AsgSelectionAlg following JetReclusteringAlg for selecting the reclustered jets. JetReclusteringAlg breaks the systematic loop here if no input jets pass the preselection. Instead it should continue the loop for other systematic variations.

Merge request reports

Loading