Fix FPE in JetRecTools
This simply propagates the changes made in !28702 (merged) to master
, since the automatic sweep failed for some reason. While I was at it, I also implemented @krumnack's suggestion to just compare to zero rather than FLT_MIN
.