Skip to content

Fix Warning message thrown from within OSVertexChargeTagger

Claire Prouve requested to merge Claire_fixErrorMessage into 2024-patches

The VertexCharge tagger (not incorrectly) called the DOCA method for identical particles, which made the distance calculator tool throw a warning. While this wasn't a problem for the tagging algorithm performance, I now prevent the DOCA method from being called for identical particles.

Closes #582

Edited by Claire Prouve

Merge request reports