Skip to content

Increase upper bin edge for ITk pass eta dep. cuts [ATLIDTRKCP-398]

Triggered by ATLIDTRKCP-398: an event where an eta value of about 4.4 is out of bounds of the eta bins configured for the service.

If lookupMode == clamp, out of bounds lookup will clamp to last eta bin, and print a warning. If lookupMode == fail, print error and return -1 index, leading to a lookup failure. The property defaults to clamp.

This MR also increases the upper eta bin edge to 5, so that the aforementioned warning is unlikely to be triggered.

/cc @tstreble @lgagnon @nstyles

Edited by Paul Gessinger-Befurt

Merge request reports