Skip to content

Fixed usage of m_keepAntiTaus in TauSelectorAlg.cxx

In TauSelectorAlg.cxx in line 76, the variable m_keepAntiTaus is incorrectly used. If m_keepAntiTaus==True, it keeps taus and anti-taus as intended. But if m_keepAntiTaus==False, it keeps all tau candidates, even those not passing the anti-tau criterion, instead of only keeping Taus.

I am not completely sure if this filter is applied elsewhere, but it should be done here.

Merge request reports