iLCSoft / MarlinReco

GNU General Public License v3.0
4 stars 40 forks source link

Fix small bug in WW categorization #136

Closed ueinhaus closed 3 months ago

ueinhaus commented 4 months ago

BEGINRELEASENOTES Bug: PFOs were ignored if their MC PDG was not among signal or background PDGs. This is of minor effect, since by default all detector-stable charged particles are considered signal or background, but could lead to MC info leaking into reconstructed values in case of unintended usage. Solution: This effect now requires training mode to be ON, which is exclusive with inference mode. ENDRELEASENOTES