Skip to content

Fix comparison between thresholds and RoI pT in muon RoI unpacking

Savanna Shaw requested to merge sshaw/athena:muroi-unpacking into master

Changing the comparison between the threshold (which goes from 0-5) and the RoI pT (which goes from 1-6) to be '<' instead of '<=' (otherwise we pick up RoIs with one threshold below the one we're interested in). Should fix the issue reported in ATR-20764.

Merge request reports