Skip to content
Snippets Groups Projects
Commit 50353db0 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

LArConditionsTest: replace SetGeometryVersion include with import

parent c107b668
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ Py:Athena INFO including file "AthenaCommon/Execution.py"
Py:Athena INFO including file "LArConditionsTest/LArConditionsTest_jobOptions.py"
Py:Athena INFO including file "AthenaCommon/Atlas_Gen.UnixStandardJob.py"
Py:Athena INFO including file "AtlasGeoModel/SetGeometryVersion.py"
AtlasGeoModel/SetGeometryVersion.py is OBSOLETE
Py:Athena INFO SetGeometryVersion.py obtained major release version 22
Py:Athena INFO including file "IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.py"
Py:ConfigurableDb INFO Read module info for 5569 configurables from 10 genConfDb files
......
......@@ -21,7 +21,7 @@ DetFlags.digitize.all_setOff()
from AthenaCommon.GlobalFlags import GlobalFlags
GlobalFlags.DataSource.set_geant4()
GlobalFlags.DetGeo.set_atlas()
include ("AtlasGeoModel/SetGeometryVersion.py")
from AtlasGeoModel import SetGeometryVersion
from AtlasGeoModel import GeoModelInit
include ("LArRawConditions/LArIdMap_ATLAS_jobOptions.py")
......
......@@ -8,7 +8,6 @@ Py:Athena INFO including file "AthenaCommon/Execution.py"
Py:Athena INFO including file "LArConditionsTest/LArConditionsTestReadNoReg_jobOptions.py"
Py:Athena INFO including file "AthenaCommon/Atlas_Gen.UnixStandardJob.py"
Py:Athena INFO including file "AtlasGeoModel/SetGeometryVersion.py"
AtlasGeoModel/SetGeometryVersion.py is OBSOLETE
Py:Athena INFO SetGeometryVersion.py obtained major release version 22
Py:Athena INFO including file "IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.py"
Py:ConfigurableDb INFO Read module info for 5569 configurables from 10 genConfDb files
......
......@@ -20,7 +20,7 @@ DetFlags.digitize.all_setOff()
from AthenaCommon.GlobalFlags import globalflags
globalflags.DataSource.set_Value_and_Lock('geant4')
globalflags.DetGeo.set_Value_and_Lock('atlas')
include ("AtlasGeoModel/SetGeometryVersion.py")
from AtlasGeoModel import SetGeometryVersion
from AtlasGeoModel import GeoModelInit
include ("LArRawConditions/LArIdMap_ATLAS_jobOptions.py")
......
......@@ -21,7 +21,7 @@ DetFlags.digitize.all_setOff()
from AthenaCommon.GlobalFlags import GlobalFlags
GlobalFlags.DataSource.set_geant4()
GlobalFlags.DetGeo.set_atlas()
include ("AtlasGeoModel/SetGeometryVersion.py")
from AtlasGeoModel import SetGeometryVersion
from AtlasGeoModel import GeoModelInit
include ("LArRawConditions/LArIdMap_ATLAS_jobOptions.py")
......
......@@ -8,7 +8,6 @@ Py:Athena INFO including file "AthenaCommon/Execution.py"
Py:Athena INFO including file "LArConditionsTest/LArConditionsTestWriteNoReg_jobOptions.py"
Py:Athena INFO including file "AthenaCommon/Atlas_Gen.UnixStandardJob.py"
Py:Athena INFO including file "AtlasGeoModel/SetGeometryVersion.py"
AtlasGeoModel/SetGeometryVersion.py is OBSOLETE
Py:Athena INFO SetGeometryVersion.py obtained major release version 22
Py:Athena INFO including file "IdDictDetDescrCnv/IdDictDetDescrCnv_joboptions.py"
Py:ConfigurableDb INFO Read module info for 5569 configurables from 10 genConfDb files
......
......@@ -21,7 +21,7 @@ DetFlags.digitize.all_setOff()
from AthenaCommon.GlobalFlags import globalflags
globalflags.DataSource.set_Value_and_Lock('geant4')
globalflags.DetGeo.set_Value_and_Lock('atlas')
include ("AtlasGeoModel/SetGeometryVersion.py")
from AtlasGeoModel import SetGeometryVersion
from AtlasGeoModel import GeoModelInit
include ("LArRawConditions/LArIdMap_ATLAS_jobOptions.py")
......
......@@ -25,7 +25,7 @@ DetFlags.digitize.all_setOff()
from AthenaCommon.GlobalFlags import globalflags
globalflags.DataSource.set_Value_and_Lock('geant4')
globalflags.DetGeo.set_Value_and_Lock('atlas')
include ("AtlasGeoModel/SetGeometryVersion.py")
from AtlasGeoModel import SetGeometryVersion
from AtlasGeoModel import GeoModelInit
include ("LArRawConditions/LArIdMap_ATLAS_jobOptions.py")
......
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