Skip to content

Fixing exception following fix of MUCTPI's L1TopoLUT

As muon coordinates for L1Topo were fixed in a previous MR (!60578 (merged)) we could now actually run into cases where the rounding to Topo's internal phi granularity produces values of 128 (with max legal value being 127). With this follow-up MR values are now properly wrapped around, i.e. an intermediate value of 128 becomes 0, making phi properly cyclic again.

tagging @martindl

Merge request reports