forked from acts-project/acts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Give CKF BranchStopper access to TrackState (acts-project#…
…2714) This is needed if we want the branch stopper to check things like "did we just encounter the second hole in a row". BREAKING CHANGE: The interface of the `BranchStopper` delegate in the CKF extensions goes from ```cpp bool(const CombinatorialKalmanFilterTipState&); ``` to ```cpp bool(const CombinatorialKalmanFilterTipState&, TrackStateProxy&); ```
- Loading branch information
1 parent
5151436
commit 6e58732
Showing
1 changed file
with
11 additions
and
6 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