Skip to content

Switch off caching for RPC and TGC RDO To PRD decoding

Savanna Shaw requested to merge sshaw/athena:trigmudecode into main

Turning off the caching for the trigger RDO to PRD decoding of TGCs and RPCs. Due to the way the decoding is done, the caching was leading to some irreproducibilities depedning on the order in which RoIs were processed in cases where we had somewhat overlapping RoIs. Depending on the order in which RoIs were processed, we were sometimes picking up cached hits from outside of a given RoI. The full explanation of the problem is in ATR-27454 (also should fix ATR-26908 and ATR-27154).

Edited by Savanna Shaw

Merge request reports