Fix bug in seeded TGC RDO to PRD decoding
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.
Showing
- MuonSpectrometer/MuonCnv/MuonTGC_CnvTools/src/TgcRdoToPrepDataTool.cxx 13 additions, 1 deletion...ter/MuonCnv/MuonTGC_CnvTools/src/TgcRdoToPrepDataTool.cxx
- MuonSpectrometer/MuonCnv/MuonTGC_CnvTools/src/TgcRdoToPrepDataToolMT.cxx 13 additions, 1 deletion...r/MuonCnv/MuonTGC_CnvTools/src/TgcRdoToPrepDataToolMT.cxx
- Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref 81 additions, 81 deletions...n/TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref
This diff is collapsed.
Please register or sign in to comment