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: template KalmanVertexUpdater to optionally fit time #2751

Merged
merged 13 commits into from
Dec 1, 2023

Conversation

felix-russo
Copy link
Contributor

@felix-russo felix-russo commented Nov 29, 2023

Adds a template parameter nDimVertex to KalmanVertexUpdater and KalmanVertexTrackUpdater. The new parameter controls whether we perform a usual spatial fit (nDimVertex = 3) or if we also fit time (nDimVertex = 4).

Adds a unit test for Kalman time fitting.

Should not break athena!

In the long term, we should think about always fitting time.

@github-actions github-actions bot added Component - Core Affects the Core module Vertexing labels Nov 29, 2023
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

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

Comparison is base (86daa5b) 49.52% compared to head (5c7b64e) 49.51%.

Files Patch % Lines
...nclude/Acts/Vertexing/KalmanVertexTrackUpdater.ipp 29.09% 0 Missing and 39 partials ⚠️
...ore/include/Acts/Vertexing/KalmanVertexUpdater.ipp 7.50% 0 Missing and 37 partials ⚠️
...clude/Acts/Vertexing/AdaptiveMultiVertexFitter.ipp 33.33% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2751      +/-   ##
==========================================
- Coverage   49.52%   49.51%   -0.01%     
==========================================
  Files         474      474              
  Lines       27023    27064      +41     
  Branches    12480    12507      +27     
==========================================
+ Hits        13383    13401      +18     
+ Misses       4764     4761       -3     
- Partials     8876     8902      +26     

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

@felix-russo felix-russo changed the title feat: template vertex fit feat: template KalmanVertexUpdater to optionally fit time Nov 30, 2023
@felix-russo felix-russo marked this pull request as ready for review November 30, 2023 13:16
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
@andiwand andiwand added this to the next milestone Dec 1, 2023
@kodiakhq kodiakhq bot merged commit c76e2c6 into acts-project:main Dec 1, 2023
51 checks passed
@github-actions github-actions bot removed the automerge label Dec 1, 2023
@acts-project-service
Copy link
Collaborator

acts-project-service commented Dec 1, 2023

@felix-russo felix-russo deleted the template-time-fitting branch December 1, 2023 16:16
asalzburger pushed a commit to asalzburger/acts that referenced this pull request Dec 6, 2023
…ct#2751)

Adds a template parameter `nDimVertex` to `KalmanVertexUpdater` and `KalmanVertexTrackUpdater`. The new parameter controls whether we perform a usual spatial fit (`nDimVertex = 3`) or if we also fit time (`nDimVertex = 4`). 

Adds a unit test for Kalman time fitting.

Should not break athena!

In the long term, we should think about always fitting time.
@paulgessinger paulgessinger removed this from the next milestone Dec 7, 2023
@paulgessinger paulgessinger added this to the v31.2.0 milestone Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module Vertexing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants