Problem 2045

Summary: Incorrect models used in G4EmModelActivator?
Product: Geant4 Reporter: Krzysztof Genser <resnegfk>
Component: processes/electromagneticAssignee: Vladimir.Ivantchenko
Status: RESOLVED FIXED    
Severity: normal CC: daren.sawkey
Priority: P4    
Version: 10.4   
Hardware: All   
OS: All   

Description Krzysztof Genser 2018-03-27 22:53:14 CEST
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
Comment 1 Vladimir.Ivantchenko 2018-03-28 11:20:16 CEST
Hi Krzysztof,

thank you very much for discovery of this bug. The fix will come shortly.

VI
Comment 2 Vladimir.Ivantchenko 2018-08-14 10:39:03 CEST
Hello Krzysztof,

the fix is available with 10.5beta.

Cheers,
Vladimir
Comment 3 Krzysztof Genser 2018-08-14 17:12:10 CEST
Hi Vladimir,
Thank you for addressing it.
Krzysztof