Skip to content
Snippets Groups Projects
Commit 2635d834 authored by John Chapman's avatar John Chapman
Browse files

Fix Tile Test Beam job options

Fixing the configuration syntax in the Tile Test Beam job options.
Part of the fixes for ATLASSIM-3580


Former-commit-id: cf034c8990997df63f7a5f43f93a036bd4f80563
parent aad511a7
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ DetFlags.FCal_setOff()
DetFlags.HEC_setOff()
DetFlags.em_setOff()
#
from AthenaCommon.GlobalFlags import globalflags
globalflags.DataSource = "geant4"
globalflags.DetGeo = "ctbh8"
# mgallas this is a hack! needed for GeoModel and IOVDbSvc
......
......@@ -180,14 +180,14 @@ except:
from EvgenProdTools.EvgenProdToolsConf import CopyEventWeight
topSeq += CopyEventWeight()
include("G4AtlasApps/G4Atlas.flat.configuration.py")
try:
from AthenaCommon.CfgGetter import getAlgorithm
topSeq += getAlgorithm("BeamEffectsAlg")
except:
print "can not import BeamEffectsAlg algorithm"
include('G4AtlasApps/Tile2000_2003.flat.configuration.py')#HACK - has to be here for TBDetDescrLoader
#--- Geant4 flags ---------------------------------------------
## Select G4 physics list or use the default one
......
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