-
Notifications
You must be signed in to change notification settings - Fork 177
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: Track level improvements #2012
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2012 +/- ##
==========================================
- Coverage 49.83% 49.79% -0.04%
==========================================
Files 415 416 +1
Lines 23593 23662 +69
Branches 10681 10721 +40
==========================================
+ Hits 11758 11783 +25
- Misses 4330 4338 +8
- Partials 7505 7541 +36
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Adds a central helper function that calculates number of holes, outliers, measurements and shared hits based on the type flags, and stores them in the track.
dc367ad
to
a162b2d
Compare
📊 Physics performance monitoring for 599a141Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks!
commit 98355e0 Author: Paul Gessinger <[email protected]> Date: Tue Apr 4 15:04:58 2023 +0200 doxygen commit a162b2d Author: Paul Gessinger <[email protected]> Date: Mon Apr 3 16:25:25 2023 +0200 fix wrong function commit 6021ea2 Author: Paul Gessinger <[email protected]> Date: Mon Apr 3 16:13:33 2023 +0200 unit test, append track state functionality commit 9a25c0a Author: Paul Gessinger <[email protected]> Date: Mon Apr 3 15:58:43 2023 +0200 some basic unit testing commit 83aa3e9 Author: Paul Gessinger <[email protected]> Date: Mon Apr 3 14:35:38 2023 +0200 feat: Fitters calculate track quantities Adds a central helper function that calculates number of holes, outliers, measurements and shared hits based on the type flags, and stores them in the track. commit 2235f82 Author: Paul Gessinger <[email protected]> Date: Mon Apr 3 14:21:25 2023 +0200 refactor: Changce TrackProxy chi2 method name commit aa6bc1d Author: Paul Gessinger <[email protected]> Date: Fri Mar 31 14:31:08 2023 +0200 add ndf and chi2 to track container
This PR does a few things:
appendTrackState
toTrackProxy
, allowing convenient building of track state chainsnOutliers
,nSharedHits
,chi2
andnDoF
to trackstrajectoryState
inMultiTrajectoryHelpers
, but it stores the results on the tracks themselves.Closes #1999
Blocked by: