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

feat: KalmanFitter marks missed surfaces as outliers #1809

Merged
merged 7 commits into from
Feb 1, 2023

Conversation

paulgessinger
Copy link
Member

We already walk all states and check if they were passed again (to remove the smoothed parameters), we can use the same spot to mark as outliers

We already walk all states and check if they were passed again (to
remove the smoothed parameters), we can use the same spot to mark as
outliers
@paulgessinger paulgessinger added this to the next milestone Jan 30, 2023
@paulgessinger
Copy link
Member Author

/cc @CarloVarni

@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #1809 (2eb6f83) into main (83f43a2) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1809      +/-   ##
==========================================
- Coverage   49.55%   49.54%   -0.01%     
==========================================
  Files         407      407              
  Lines       22625    22626       +1     
  Branches    10321    10322       +1     
==========================================
  Hits        11211    11211              
  Misses       4230     4230              
- Partials     7184     7185       +1     
Impacted Files Coverage Δ
Core/include/Acts/TrackFitting/KalmanFitter.hpp 43.06% <0.00%> (-0.13%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

github-actions bot commented Jan 30, 2023

📊 Physics performance monitoring for 2eb6f83

Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
Ambiguity resolution: seeded, orthogonal
Truth tracking
Truth tracking (GSF)

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

IVF orthogonal

Seeding

Seeding seeded

Seeding truth_estimated

Seeding orthogonal

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

CKF orthogonal

Ambiguity resolution

seeded

Truth tracking (Kalman Filter)

Truth tracking

Truth tracking (GSF)

Truth tracking

@andiwand andiwand self-assigned this Jan 30, 2023
@paulgessinger
Copy link
Member Author

@andiwand somehow the review got dismissed, can you try again?

@kodiakhq kodiakhq bot merged commit 12d099d into acts-project:main Feb 1, 2023
@github-actions github-actions bot removed the automerge label Feb 1, 2023
@paulgessinger paulgessinger modified the milestones: next, v23.1.0 Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants