Skip to content
Snippets Groups Projects
Commit 7b7fdc29 authored by Elmar Ritsch's avatar Elmar Ritsch
Browse files

Increase cavern volume size to include forward detectors. ATLASSIM-3000

Former-commit-id: 6ce51b47198c14b6dc0d7d28a98033ac5a57e136
parent 4457eae0
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,8 @@ def getEnvelopeDefSvc(name="AtlasGeometry_EnvelopeDefSvc", **kwargs):
from AthenaCommon.BeamFlags import jobproperties
if jobproperties.Beam.beamType() != 'cosmics':
# -> for collision jobs the 'cavern' envelope is much smaller
Cavern.addRZ( 0.0 , 50000.0 ) # z= +50m
Cavern.addRZ( 50000.0 , 50000.0 ) # r= 50m
Cavern.addRZ( 0.0 , 500000.0 ) # z= +500m
Cavern.addRZ( 500000.0 , 500000.0 ) # r= 500m
else:
# -> for cosmics simulation the 'cavern' envelope spans much further
kwargs.setdefault("DBCavernNode" , 'CavernEnvelopeNONE' )
......
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