Skip to content
Snippets Groups Projects
Commit 9124d8ac authored by John Derek Chapman's avatar John Derek Chapman Committed by Graeme Stewart
Browse files

python/PyG4Atlas.py (G4AtlasEngine.__init__): Adding back loading of the...

python/PyG4Atlas.py (G4AtlasEngine.__init__): Adding back loading of the G4StepLimitation library, as without this any user-specified limits are just *ignored*... Tagging: G4AtlasApps-00-08-09-02 (G4AtlasApps-00-08-09-02)
parent 6debc6c6
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ class SimLayout(JobProperty):
statusOn = True
allowedTypes = ['str']
StoredValue = 'ATLAS-R2-2015-02-01-00'
StoredValue = 'ATLAS-R2-2015-03-01-00'
allowedValues = [
'ATLAS-GEO-16-00-00', # Default for MC10
'ATLAS-GEO-18-01-00', # Used in MC11a, MC11b, MC11c
......@@ -381,6 +381,8 @@ class SimLayout(JobProperty):
'ATLAS-R1-2012-03-00-00', # Used in MC15a
'ATLAS-R2-2015-02-00-00', # Used in MC15a
'ATLAS-R2-2015-02-01-00', # Used in MC15a
'ATLAS-R2-2015-03-00-00', # Used in MC15a
'ATLAS-R2-2015-03-01-00', # Used in MC15a
'ctbh8_combined',
'ctbh8_photon',
'ctbh8_lar-material',
......
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