Skip to content

Fix FPE in JetRecTools

William Keaton Balunas requested to merge wbalunas/athena:atlasrects-4496 into 21.2

This fixes a potential divide-by-zero issue in JetConstituentModifierBase (see ATLASRECTS-4496). Strangely, other very similar lines in the same file already had this taken care of; here I make it uniform everywhere.

This should also be swept into master, as the same issue exists there.

Merge request reports