-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: use analytical solution for straight tracks during impact point…
… estimation (#2506) We use the Newton method to find the 3D PCA for helical tracks. Straight tracks are currently approximated by setting the helix radius to a very large value. In this PR, the approximation is replaced by an analytical solution (which exists for straight tracks). This should lead to a better performance and (slightly) more precise results. To check the analytical solution, a unit test is added. A derivation of the analytical solution can be found in the updated reference: [Track_Linearization_and_3D_PCA.pdf](https://github.com/acts-project/acts/files/12794276/Track_Linearization_and_3D_PCA.pdf)
- Loading branch information
1 parent
020a076
commit d8c447c
Showing
3 changed files
with
111 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters