-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set correct energy limits for Coulomb scattering #1266
Set correct energy limits for Coulomb scattering #1266
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@amandalund Did you regenerate these using
and then a bunch of failures in the UrbanMsc and ImportProcess tests, including:
and
and
|
Some other way... and I used the following physics options: "coulomb_scattering": true,
"msc": "urban_wentzelvi" |
Thanks @amandalund , this lets the tests pass again: --- a/test/celeritas/data/four-steel-slabs.geant.json
+++ b/test/celeritas/data/four-steel-slabs.geant.json
@@ -13,14 +13,14 @@
"apply_cuts": false,
"lpm": true,
"max_energy": [
- 1000000.0,
+ 100000000.0,
"MeV"
],
"min_energy": [
0.0001,
"MeV"
],
-"msc": "urban",
+"msc": "urban_wentzelvi",
"rayleigh_scattering": true
} but the resulting ROOT files are still 10-30% bigger... according to |
MscParamsHelper
instead of usingXsCalculator