Skip to content

Fixes for TauAntiTauJetOverlapTool

Thomas Strebler requested to merge tstreble/athena:TauAntiTauOR_fix into main

Follow up to !69115 (merged)

Basically if(!m_decHelper->isSurvivingObject(*tau) || !isSurvivingAntiTau(*tau)) continue; should be used instead of if(!m_decHelper->isSurvivingObject(*tau) && !isSurvivingAntiTau(*tau)) continue;

Added extra clean up also to remove taus failing both ID and antiTauID, to have them failing OR for sure

FYI @princke @pbokan @bmoser

Merge request reports