Skip to content

Large-R jet label bugfix: check availability of GA label, schedule for truth jets

Samuel Van Stroud requested to merge (removed):master-XbbLabelFix into master

Small fix for !58643 (merged).

The HadronGhostExtendedTruthLabelID was silently unavailable for the AntiKt10TruthJets. This mean that no jets were falling into the bb and cc categories. A check on the availability has been added, and the ghost labelling for the various truth jets is also scheduled.

@jcantero @jveatch @cdelitzs @mswiatlo @fdibello

Validation: Previous labels and counts:

(array([ 5,  8,  9, 10, 13], dtype=int32),
 array([  20,  186,   44,  474, 1994]))

Fixed labels and counts:

(array([ 4,  5,  8,  9, 10, 11, 13], dtype=int32),
 array([   2,   20,  184,   44,  474, 1832,  162]))

Note the migration from 13->11, and see the definitions

Edited by Samuel Van Stroud

Merge request reports