Fix FPE in JetRecTools
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.