Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the track matching condition #734

Merged
merged 6 commits into from
Oct 11, 2024

Conversation

beomki-yeo
Copy link
Contributor

Currently, a track is considered to be unmatched if its measurements are from multiple particles.
However, the ACTS defines that the track is matched if the number of measurements of major particle is larger than the half of the number of measurements. This increases the actual tracking efficieny of seq_example slightly

Related code in ACTS:
https://github.com/acts-project/acts/blob/69e0b6b181a14daab9b99e1ae6b576914a060afb/Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackTruthMatcher.cpp#L97

… larger than the half of the number of measurements
@asalzburger asalzburger self-requested a review October 10, 2024 10:02
Copy link

Copy link
Contributor

@asalzburger asalzburger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy now!

@asalzburger asalzburger merged commit bc55abf into acts-project:main Oct 11, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants