| Summary: | Variance reduction in Radioactive Decay segfaults for alpha decays | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Michael Kelsey <kelsey> |
| Component: | processes/hadronic/models/radioactive_decay | Assignee: | dennis.herbert.wright |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | dennis.herbert.wright |
| Priority: | P5 | ||
| Version: | 10.1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Michael Kelsey
2015-07-08 19:33:07 CEST
Problem was due to a divide by zero when a zero endpoint energy was sent to the beta decay class. This happens only in the biasing code and passing zero is the expected behavior. Protection against the zero divide was added to G4BetaMinusDecay. |