-
Notifications
You must be signed in to change notification settings - Fork 168
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
fix: Skip seeds with negative cotThetaAvg2 #1655
Conversation
📊 Physics performance monitoring for c05bfcdFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
Codecov Report
@@ Coverage Diff @@
## main #1655 +/- ##
==========================================
- Coverage 49.02% 49.01% -0.01%
==========================================
Files 397 397
Lines 21558 21560 +2
Branches 9817 9818 +1
==========================================
Hits 10568 10568
- Misses 4181 4183 +2
Partials 6809 6809
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
cool 👍 will see if clang-tidy header checks will call us out about it soon
Shouldn't this be changed in the orthogonal seeding as well? |
Probably, yeah |
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.
Sorry, we don't have cotThetaAvg2 in the orthogonal seeding. Probably I will add it later for the seeding performance writer
Let's wait until #1665 is merged. |
Seeding reference changes are expected I think. Here's a subset of plots from the residuals and pulls, which shows a few failures: I'm guessing this is mostly due to bin changes as the ranges are still not fixed. One thing that I find strange though is the change in |
Co-authored-by: Andreas Stefl <[email protected]>
4fe7316
to
fdc4bf5
Compare
CI passes now with updated reference. |
looks good to me |
No description provided.