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

Ambiguity resolution algorithms for tracking #1379

Open
EBerzin opened this issue Jul 29, 2024 · 0 comments
Open

Ambiguity resolution algorithms for tracking #1379

EBerzin opened this issue Jul 29, 2024 · 0 comments
Assignees
Labels

Comments

@EBerzin
Copy link
Contributor

EBerzin commented Jul 29, 2024

The current CKFProcessor runs track finding for every seed. This results in a large number of duplicate tracks, particularly in the recoil tracker when using realistic seeding.

Describe the solution you'd like
We would like to implement an ambiguity resolution algorithm (possibly multiple types) to remove duplicate tracks.

Describe alternatives you've considered
Newer versions of ACTS do already have ambiguity resolution algorithms implemented, but tracking is currently based on an older version of ACTS that does not have those algorithms. We could switch to using the newest ACTS version, and use their ambiguity solvers directly. For now, to avoid dealing with the other problems that will likely come from that ACTS switch, and to allow for more flexibility when testing these algorithms, I think implementing them separately in ldmx-sw makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants