Skip to content

Bug fixes for soft b-tagging tool

This merge request fixes two small bugs in the SoftBVrtCluster tool:

  • An incorrect declaration of m_overlap_fraction as a bool requires a workaround offline. This is now fixed.

  • When finding track-track distance, the tool often compares a track to itself, producing eg. DIVBYZERO error messages. Now the tracks are compared, if they are the same track the loop continues.

Merge request reports