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: Improve const correctness of MultiTrajectory #1698

Merged
merged 3 commits into from
Nov 29, 2022

Conversation

paulgessinger
Copy link
Member

Now const TrackStateProxy& should behave like ConstTrackStateProxy.

Now `const TrackStateProxy&` should behave like `ConstTrackStateProxy`.
@paulgessinger paulgessinger added this to the next milestone Nov 28, 2022
Copy link
Member

@benjaminhuth benjaminhuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, only the thing with the class would be good in my opinion

Core/include/Acts/EventData/MultiTrajectory.hpp Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Nov 28, 2022

Codecov Report

Merging #1698 (323b386) into main (d6f93fa) will increase coverage by 0.06%.
The diff coverage is 76.13%.

@@            Coverage Diff             @@
##             main    #1698      +/-   ##
==========================================
+ Coverage   48.95%   49.02%   +0.06%     
==========================================
  Files         397      397              
  Lines       21509    21558      +49     
  Branches     9806     9817      +11     
==========================================
+ Hits        10530    10568      +38     
  Misses       4181     4181              
- Partials     6798     6809      +11     
Impacted Files Coverage Δ
Core/include/Acts/EventData/MultiTrajectory.ipp 57.14% <ø> (-8.25%) ⬇️
.../Acts/TrackFitting/detail/VoidKalmanComponents.hpp 26.66% <0.00%> (ø)
Core/include/Acts/EventData/MultiTrajectory.hpp 70.76% <77.01%> (+1.88%) ⬆️

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

@github-actions
Copy link

github-actions bot commented Nov 28, 2022

📊 Physics performance monitoring for 323b386

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

@benjaminhuth benjaminhuth self-requested a review November 29, 2022 09:46
Copy link
Member

@benjaminhuth benjaminhuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, let's go!

@kodiakhq kodiakhq bot merged commit 2e7113d into acts-project:main Nov 29, 2022
pbutti pushed a commit to pbutti/acts that referenced this pull request Dec 13, 2022
Now `const TrackStateProxy&` should behave like `ConstTrackStateProxy`.
@paulgessinger paulgessinger modified the milestones: next, v22.0.0 Dec 21, 2022
CarloVarni pushed a commit to CarloVarni/acts that referenced this pull request Dec 22, 2022
Now `const TrackStateProxy&` should behave like `ConstTrackStateProxy`.
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