Skip to content

ATR-26702 avoid propagating NaN inputs in TrigMETMonitorAlgorithm

Julien Maurer requested to merge jmaurer/athena:23.0-trigmetmon-010823 into 23.0

Aims at avoiding (at least some of) the FPEs reported in ATR-26702. Perhaps some similar protections could/should be added around other calls to fill() in the file, but this fixed at least the FPEs in the event I was testing, which were originating from the mhtpufit_em inputs.

Merge request reports