Skip to content

Remap broken element links in AnalysisBase

Jon Burr requested to merge jburr/athena:TrigMatchFixEleLinks into master

We have some element links in the DF-level trigger matching that are broken in AnalysisBase. The keys were hashed with the IParticleContainer CLID by mistake rather than the correct one. This MR remaps those links to use the correct CLIDs.

This has been tested in AnalysisTop and we see successful trigger matches now.

Edited by Jon Burr

Merge request reports