Fixes for TauAntiTauJetOverlapTool
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
Merge request reports
Activity
added Analysis JetEtmiss Tau analysis-review-required main review-pending-level-1 labels
mentioned in merge request easyjet/easyjet!619 (merged)
CI Result SUCCESS (hash 62e79710)Athena AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 7065] (remote access info)removed review-pending-level-1 label
added review-approved label
removed analysis-review-required label
added analysis-review-approved label
mentioned in commit b920fa3f
mentioned in issue easyjet/easyjet#189 (closed)