-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add time to impact point estimation (#2414)
In this PR I: - add the option of calculating the time at the 2D and the 3D point of closest approach (PCA) of a track to a vertex. - implement unit tests for the above feature If further refactor `ImpactPointEstimator` by - providing a reference ([Track_Linearization_and_3D_PCA.pdf](https://github.com/acts-project/acts/files/12513641/Track_Linearization_and_3D_PCA.pdf)) - changing variable names to match the reference - removing unused pieces of code - adding explanatory comments - adding TODO's where I think we could improve the code further
- Loading branch information
1 parent
753dbec
commit 8b146dc
Showing
8 changed files
with
539 additions
and
290 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
Oops, something went wrong.