Skip to content

Filter input particles with NaN or Inf values from jet finding inputs

Closes LHCb#370 (closed)

This MR ensures particles with NaN or Inf values are not passed to the fastjet library, which does not handle these well and seg. faults, as can be seen in the above issue.

The core issue is the CALO reconstruction is seemingly creating a particle with NaN/Inf values, and this should also be followed up and fixed at source (#581 (closed)).

@cmarinbe FYI

Edited by Christopher Rob Jones

Merge request reports