| Summary: | Ion fluctuation model abruptly changes above 10*Z*A MeV | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Brian Sierawski <brian.sierawski> |
| Component: | processes/electromagnetic/standard | Assignee: | Vladimir.Ivantchenko |
| Status: | ASSIGNED --- | ||
| Severity: | normal | ||
| Priority: | P4 | ||
| Version: | 11.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Energy deposition plots | ||
|
Description
Brian Sierawski
2023-12-07 19:08:20 CET
Hello Brian, thank you very much for this report. A simple fix is added and will be available with the first patch to Geant4 11.2, which may be available in February. Also it will be added to the next patch to 11.1, which is not yet scheduled. Patches to earlier releases are not expected. If need that, the only practical thing is to make a private patch. If you need this I can provivide the change privately. Vladimir Hello Brian,
as a patch to G4IonFluctuations.cc it is enough to change the line 117 (in the current version of the code). The new line would be:
if(dp->GetKineticEnergy() > parameter*effChargeSquare*particleMass) {
This would guarantee stability of fluctuations for heavy ions. At the same time, we have started a review of this class. In few months we may propose an update, which would be better justified by existing literature and/or data.
Vladimir
|