Skip to content
Snippets Groups Projects
Commit eaac2c29 authored by Rachid Mazini's avatar Rachid Mazini
Browse files

Merge branch 'TileSamplingFractionsG4_10.6' into '21.0'

Update Tile sampling fractions for G4 10.5 and newer

See merge request !36696
parents eab46d73 50585376
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ try:
if G4V >= 10.0 :
EmScaleA = 33.7
if G4V >= 10.05 :
EmScaleA = 32.9
# old value
if physicsList == 'QGSP_EMV' or physicsList == 'QGSP_BERT_EMV' or physicsList == '' :
EmScaleA = 35.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment