Skip to content
Snippets Groups Projects

2024-04-19: merge of 24.0 into main

Merged Adam Edward Barton requested to merge abarton/athena:sweep_24.0_main_2024-04-19 into main
2 files
+ 1
27
Compare changes
  • Side-by-side
  • Inline
Files
2
printfunc ("now initializing the LAr readout geometry : standard Atlas flavour")
# ------------------------------------------------
# FIXME : setup online identifier & mapping
# ( should be done somewhere else )
# ------------------------------------------------
include( "CaloConditions/CaloConditions_jobOptions.py" )
from AthenaCommon.GlobalFlags import globalflags
from RecExConfig.RecFlags import rec
if not rec.doAODMerging():
if globalflags.DataSource() == 'geant4' :
include( "LArConditionsCommon/LArConditionsCommon_MC_jobOptions.py" )
include( "LArConditionsCommon/LArIdMap_MC_jobOptions.py" )
elif globalflags.DataSource() == 'data' :
include( "LArConditionsCommon/LArConditionsCommon_comm_jobOptions.py" )
include( "LArConditionsCommon/LArIdMap_comm_jobOptions.py" )
else :
raise RunTimeError (" from LArDetDescr_joboptions.py: DataSource not supported")
# must be included once only :
include.block ("LArDetDescr/LArDetDescr_joboptions.py")
Loading