-
Notifications
You must be signed in to change notification settings - Fork 178
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: GSF handles another case of empty components correctly #1970
fix: GSF handles another case of empty components correctly #1970
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1970 +/- ##
==========================================
- Coverage 49.56% 49.55% -0.01%
==========================================
Files 411 411
Lines 23319 23323 +4
Branches 10636 10639 +3
==========================================
Hits 11557 11557
- Misses 4312 4315 +3
- Partials 7450 7451 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 6eacfbfFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
…ject#1970) If the weight cutoff is very high, it could happen that components are empty after applying the energy loss, and an assertion triggers. This fixes this and prints out a warning.
…ject#1970) If the weight cutoff is very high, it could happen that components are empty after applying the energy loss, and an assertion triggers. This fixes this and prints out a warning.
If the weight cutoff is very high, it could happen that components are empty after applying the energy loss, and an assertion triggers. This fixes this and prints out a warning.