| Summary: | Mistake in beta-plus decay spectrum shape due to wrong sign in Fermi correction | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Xuefeng Ding <xuefeng.ding.physics> |
| Component: | processes/hadronic/models/radioactive_decay | Assignee: | dennis.herbert.wright |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | Alberto.Ribon |
| Priority: | P4 | ||
| Version: | 10.2 | ||
| Hardware: | All | ||
| OS: | All | ||
Thanks for finding this. Your fix was implemented and will be included in the next patch release. |
line 166 of source/processes/hadronic/models/radioactive_decay/src/G4BetaPlusDecay.cc should be changed from G4BetaDecayCorrections corrections(daughterZ, daughterA); to G4BetaDecayCorrections corrections(-daughterZ, daughterA);