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

refactor!: Give CKF BranchStopper access to TrackState #2757

Merged
merged 4 commits into from
Dec 13, 2023

Conversation

paulgessinger
Copy link
Member

@paulgessinger paulgessinger commented Nov 30, 2023

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

bool(const CombinatorialKalmanFilterTipState&);

to

bool(const CombinatorialKalmanFilterTipState&, TrackStateProxy&);

This was accidentally merged and then reverted. This is effective the original PR.

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&);
```
@paulgessinger paulgessinger modified the milestones: next, v32.0.0 Nov 30, 2023
@github-actions github-actions bot added Component - Core Affects the Core module Track Finding labels Nov 30, 2023
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (9007810) 48.62% compared to head (1843339) 48.62%.

Files Patch % Lines
...de/Acts/TrackFinding/CombinatorialKalmanFilter.hpp 20.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2757      +/-   ##
==========================================
- Coverage   48.62%   48.62%   -0.01%     
==========================================
  Files         480      480              
  Lines       28031    28033       +2     
  Branches    13262    13263       +1     
==========================================
  Hits        13630    13630              
- Misses       4801     4803       +2     
  Partials     9600     9600              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kodiakhq kodiakhq bot merged commit 1b29c4c into acts-project:main Dec 13, 2023
50 checks passed
@acts-project-service
Copy link
Collaborator

acts-project-service commented Dec 13, 2023

🔴 Athena integration test results

Build job with this PR failed!

Please investigate the build job for the pipeline!

@acts-project-service acts-project-service added the Breaks Athena build This PR breaks the Athena build label Dec 13, 2023
LaraCalic pushed a commit to LaraCalic/acts that referenced this pull request Feb 10, 2024
…2757)

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&);
```

---

This was accidentally merged and then reverted. This is effective the original PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaks Athena build This PR breaks the Athena build Component - Core Affects the Core module Track Finding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants