Skip to content

Fix bug in seeded TGC RDO to PRD decoding

Savanna Shaw requested to merge sshaw/athena:tgc-decoding into master

The seeded TGC RDO to PRD decoding filters the RDOs to be decoded based on the onlineId of the RDO. However, the onlineId is not unique (an onlineId value can correspond to several different offline hash Id values), so we were sometimes decoding RDOs that fall outside of the RoI we are interested in. Adding an additional check that the offline HashId for the RDO is contained within the HashIds requested to be decoded to avoid decoding unwanted RDOs. Because this changes the hits being decoded, it can change the muons reconstructed, and hence the trigger counts.

Edited by Savanna Shaw

Merge request reports