Skip to content
Snippets Groups Projects
Commit 754a6c03 authored by Elmar Ritsch's avatar Elmar Ritsch Committed by Graeme Stewart
Browse files

merging changes from ISF_Services-00-03-19-branch into -00-03-xx tags:...

merging changes from ISF_Services-00-03-19-branch into -00-03-xx tags: Shifting forward ID/Calo boundary in ATLFASTII to make it coincide with a boundary in the Geant4 geometry (ATLASSIM-1903) (ISF_Services-00-03-21)
parent 6ec5ecc4
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ def getAFIIEnvelopeDefSvc(name="ISF_AFIIEnvelopeDefSvc", **kwargs):
from AthenaCommon.SystemOfUnits import mm
# ATLAS common envlope definitions
kwargs.setdefault("ISFEnvelopeDefSvc" , "ISF_ISFEnvelopeDefSvc" )
kwargs.setdefault("InDetMaxExtentZ" , 3550.*mm )
kwargs.setdefault("InDetMaxExtentZ" , 3549.5*mm )
from ISF_Services.ISF_ServicesConf import ISF__AFIIEnvelopeDefSvc
return ISF__AFIIEnvelopeDefSvc(name, **kwargs)
......
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