Fixes for TauAntiTauJetOverlapTool
Compare changes
@@ -114,6 +114,15 @@ namespace ORUtils
@@ -134,6 +143,7 @@ namespace ORUtils
@@ -145,8 +155,8 @@ namespace ORUtils
@@ -163,20 +173,21 @@ namespace ORUtils
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