| Summary: | Incorrect models used in G4EmModelActivator? | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Krzysztof Genser <resnegfk> |
| Component: | processes/electromagnetic | Assignee: | Vladimir.Ivantchenko |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | daren.sawkey |
| Priority: | P4 | ||
| Version: | 10.4 | ||
| Hardware: | All | ||
| OS: | All | ||
Hi Krzysztof, thank you very much for discovery of this bug. The fix will come shortly. VI Hello Krzysztof, the fix is available with 10.5beta. Cheers, Vladimir Hi Vladimir, Thank you for addressing it. Krzysztof |
It seems that in G4EmModelActivator::ActivateEmOptions() in else if("G4EmStandard_opt4" == typesPhys[i]) G4GoudsmitSaundersonMscModel and G4WentzelVIModel instead of G4UrbanMscModel should be used. Also, not having values like energy limits parametrized makes it impossible to customize EM physics constructors while using regions. Krzysztof