Skip to content

CaloDetDescr: Work around spurious FPE with clang.

Reorder code in CaloSuperCellIDTool::initIDMap to prevent a vectorization that can lead to division by zero in unused vector lanes causing a spurious FPE.

Needed to fix MuonCombinedConfig unit test failure in the clang build.

Merge request reports