Skip to content

Commit

Permalink
no double matching by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Feb 14, 2024
1 parent c77ec1a commit a498a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TrackTruthMatcher final : public IAlgorithm {
/// Matching ratio for track to particle matching
double matchingRatio = 0.5;
/// Whether to use double matching (track to particle and particle to track)
bool doubleMatching = true;
bool doubleMatching = false;
};

TrackTruthMatcher(const Config& config, Acts::Logging::Level level);
Expand Down

0 comments on commit a498a16

Please sign in to comment.