Skip to content
Snippets Groups Projects
Commit 5681139c authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-SimulationJobOptions-fix' into 'master'

Update of preInclude.AMSB.py file.

See merge request atlas/athena!23409
parents 93fcf695 b56f71d5
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ except:
from G4AtlasApps.SimFlags import simFlags
simdict = simFlags.specialConfiguration.get_Value()
C1Mass = float(simdict["AMSBC1Mass"])
N1Mass = float(simdict["AMSBN1Mass"])
C1Mass = eval(simdict["AMSBC1Mass"])
N1Mass = eval(simdict["AMSBN1Mass"])
# patching PDGTABLE
get_and_fix_PDGTABLE([(1000022, N1Mass, '~chi(0,1)', '0'), (1000024, C1Mass, '~chi(+,1)', '+')])
......
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