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: Support also 1d-measurements in GX2F #2440

Merged
merged 8 commits into from
Sep 19, 2023

Conversation

AJPfleger
Copy link
Contributor

@AJPfleger AJPfleger commented Sep 12, 2023

This generalises the Global Chi Square Fitter (GX2F). Now it can fit 1-dimensional measurements (loc0, loc1), 2-dimensional measurements (loc01), and a combination of these.

The generalisation for n-dimensional measurements should only need the implementation of the visit_measurement function, but also requires us to expand the testing framework, so we can generate 3-plus-dimensional measurements.

@github-actions github-actions bot added Component - Core Affects the Core module Track Fitting labels Sep 12, 2023
@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #2440 (dc8ffd3) into main (2b15209) will increase coverage by 0.00%.
The diff coverage is 22.58%.

@@           Coverage Diff           @@
##             main    #2440   +/-   ##
=======================================
  Coverage   49.78%   49.78%           
=======================================
  Files         461      461           
  Lines       26018    26023    +5     
  Branches    11922    11921    -1     
=======================================
+ Hits        12952    12955    +3     
- Misses       4613     4616    +3     
+ Partials     8453     8452    -1     
Files Changed Coverage Δ
...nclude/Acts/TrackFitting/GlobalChiSquareFitter.hpp 40.00% <22.58%> (+0.60%) ⬆️

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

@asalzburger asalzburger added this to the next milestone Sep 19, 2023
@asalzburger
Copy link
Contributor

Adding auto merge since this one now built several times fine.

@kodiakhq kodiakhq bot merged commit 15eb6b3 into acts-project:main Sep 19, 2023
58 checks passed
@paulgessinger paulgessinger modified the milestones: next, v30.0.0 Sep 20, 2023
AJPfleger added a commit to AJPfleger/acts that referenced this pull request Sep 29, 2023
This generalises the Global Chi Square Fitter (GX2F). Now it can fit 1-dimensional measurements (`loc0`, `loc1`), 2-dimensional measurements (`loc01`), and a combination of these.

The generalisation for n-dimensional measurements should only need the implementation of the `visit_measurement` function, but also requires us to expand the testing framework, so we can generate 3-plus-dimensional measurements.
@AJPfleger AJPfleger deleted the gx2f-ndim branch December 1, 2023 11:59
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 Track Fitting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants