Skip to content
Snippets Groups Projects

Fixes for TauAntiTauJetOverlapTool

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading