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!: TrackStateType as bitset view instead of bitset #2068

Merged

Conversation

paulgessinger
Copy link
Member

This decouples the storage a bit from the semantics. It allows the backends to store uint64_t and have the rest of the code transparently interpret this as a bitset.

This decouples the storage a bit from the semantics. It allows the
backends to store `uint64_t` and have the rest of the code transparently
interpret this as a bitset.
@paulgessinger paulgessinger added this to the next milestone Apr 27, 2023
@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Merging #2068 (5b784d6) into main (2a9c039) will increase coverage by 0.00%.
The diff coverage is 66.66%.

@@           Coverage Diff           @@
##             main    #2068   +/-   ##
=======================================
  Coverage   49.31%   49.31%           
=======================================
  Files         427      427           
  Lines       24808    24828   +20     
  Branches    11436    11444    +8     
=======================================
+ Hits        12234    12245   +11     
- Misses       4513     4514    +1     
- Partials     8061     8069    +8     
Impacted Files Coverage Δ
...e/include/Acts/EventData/VectorMultiTrajectory.hpp 58.42% <ø> (ø)
...de/Acts/TrackFinding/CombinatorialKalmanFilter.hpp 31.00% <0.00%> (-0.49%) ⬇️
Core/include/Acts/TrackFitting/Chi2Fitter.hpp 36.66% <0.00%> (ø)
...e/Acts/TrackFitting/detail/KalmanUpdateHelpers.hpp 15.25% <0.00%> (ø)
Core/include/Acts/EventData/MultiTrajectory.hpp 71.17% <83.33%> (+0.20%) ⬆️

... and 1 file with indirect coverage changes

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

@github-actions
Copy link

github-actions bot commented Apr 27, 2023

📊 Physics performance monitoring for 5b784d6

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

@paulgessinger
Copy link
Member Author

Can you have another look @andiwand?

@paulgessinger paulgessinger added this pull request to the merge queue May 3, 2023
@paulgessinger paulgessinger removed this pull request from the merge queue due to the queue being cleared May 3, 2023
@kodiakhq kodiakhq bot merged commit 37bc755 into acts-project:main May 3, 2023
38 checks passed
@github-actions github-actions bot removed the automerge label May 3, 2023
@paulgessinger paulgessinger modified the milestones: next, v26.0.0 May 22, 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

3 participants