Skip to content

MuonTrackFinderTools: Avoid FPE with clang.

In MuonTrackToSegmentTool::convert, tell clang to compile assuming that FP operations can raise exceptions. Fixes test failure seen in MuonConfig in the clang build.

Merge request reports