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

Shifting forward ID/Calo boundary in ATLFASTII to make it coincide with a...

Shifting forward ID/Calo boundary in ATLFASTII to make it coincide with a boundary in the Geant4 geometry (ATLASSIM-1903) (ISF_Services-00-03-19-01)
parent 87785e99
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