Skip to content
Snippets Groups Projects

Revert element link creation for trigger matching

Merged Jon Burr requested to merge jburr/athena:FixTMElementLinks into master

While migrating the DF trigger matching tool to use ReadHandles I inadvertently switched to using the handle's hashed key (which hashes using the CLID for xAOD::IParticleContainer) from letting the link read it from the event store (which then hashes with the correct CLID). This apparently makes these links unreadable in AnalysisBase. The fix is to give the link the std::string key which it then uses to figure out the correct hash behind the scenes.

This should close ATR-26071

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading