Skip to content

Selectively apply TriggerType filtering only to ZDC/Tile PEB CALREQ chains

Teng Jian Khoo requested to merge khoo/athena:24.0-TMMT-TTFiltCALREQ into 24.0

Follow-up on !73563 (merged) from @fcurcio. In that MR, we overzealously set the MatchTriggerType property on all ZDCPEB chains via HypoTool, rather than only to the CALREQ ones that needed disambiguation between ZDC and Tile.

From non-stable-beams collision tests, the C++ does the job and rejects all the events with wrong TType as intended, so we needed to stop setting this on the standard ZDC triggers. Fortunately it's easy to configure this per tool based on the chain name.

Thanks to @asmaga, @tnobe for liaison with P1.

Merge request reports