MuonCombinedTrackFindingTools: Removed references to TruthMatchingCounters which is not thread-safe
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.