| Summary: | No internal conversion and x rays produced in the decay of 137Cs | ||
|---|---|---|---|
| Product: | Examples/Extended | Reporter: | Johan Nyberg <johan.nyberg> |
| Component: | radioactivedecay/rdecay02 | Assignee: | Laurent Desorgher <laurent.desorgher> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | P4 | ||
| Version: | 10.5 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Geant4 macro file to use with rdecay02 | ||
|
Description
Johan Nyberg
2019-02-14 23:23:56 CET
Dear Johan, Indeed there is a problem with the internal conversion in Geant4.10.5. The issue is due to a wrong much too low maximum limit vale of the so called alpha internal conversion coefficient. It has been corrected and will be available with the next patch. Before the release of the next patch you can correct your self the Geant4 code by replacing in line 58 of the class G4LevelReader.cc fAlphaMax = (G4float)1.e-15; by fAlphaMax = (G4float)1.e15; or even higher. You can find the file G4LevelReader.cc on geant4/source/processes/hadronic/models/de_excitation/management/src Best regards Laurent |