Skip to content

MuonCombinedTrackFindingTools: Removed references to TruthMatchingCounters which is not thread-safe

Zvi Tarem requested to merge ztarem/athena:master-adapt-to-athena-mt into master

The std::map TruthMatchingCounters is retained between events and accumulates statistical information used by the author in debugging the original algorithm. This violates multi-threaded principles.

All definitions and references to this construct were removed from the MuonCombinedTrackFindingTools package.

Merge request reports