Skip to content

InDetTrackPerfMon: Adding other matching tools

Marco Aparo requested to merge maparo/athena:maparo-main-IDTPM-v1.7.2 into main

Following MR !70202 (merged) , the remaining test->reference matching tools are added:

  • DeltaRMatchingTool: performs matching between test (tracks or truth) and reference (tracks or truth) based on their closest DeltaR (or their distance in pT resolution), and updates the corresponding TrackMatchingLookup
  • TruthTrackMatchingTool: like TrackTruthMatchingTool accesses the matching between each test xAOD::TruthParticle and the linked xAOD::TrackParticle via the truthParticleLink decorations, and updates the corresponding TrackMatchingLookup

Merge request reports