Skip to content

Better handle summary values which exceed the limits of uint8_t.

When converting the integer track summary values to the uint8_t stored in the xAOD track particle summary, cap the values at their maximum storable value, rather than storing only the lowest byte.

Addresses ATLASRECTS-7801

Merge request reports