Problem 2045 - Incorrect models used in G4EmModelActivator?
Summary: Incorrect models used in G4EmModelActivator?
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/electromagnetic (show other problems)
Version: 10.4
Hardware: All All
: P4 normal
Assignee: Vladimir.Ivantchenko
URL:
Depends on:
Blocks:
 
Reported: 2018-03-27 22:53 CEST by Krzysztof Genser
Modified: 2018-08-14 17:12 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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