Skip to content
Snippets Groups Projects

Use TrackingGeometryCondAlg everywhere when use_tracking_geometry_cond_alg is set

Merged Robert Johannes Langenberg requested to merge rlangenb/athena:MuonTGCondAlg_config into master
14 files
+ 107
13
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -70,7 +70,11 @@ if not use_tracking_geometry_cond_alg :
@@ -70,7 +70,11 @@ if not use_tracking_geometry_cond_alg :
acc = TrackingGeometrySvcCfg(flags)
acc = TrackingGeometrySvcCfg(flags)
geom_svc = acc.getPrimary()
geom_svc = acc.getPrimary()
else :
else :
from TrackingGeometryCondAlg.AtlasTrackingGeometryCondAlgConfig import TrackingGeometryCondAlgCfg
from AthenaCommon.AlgSequence import AthSequencer
 
condSeq = AthSequencer("AthCondSeq")
 
if not getattr (condSeq, 'AtlasTrackingGeometryCondAlg', None)
 
from TrackingGeometryCondAlg.AtlasTrackingGeometryCondAlg import ConfiguredTrackingGeometryCondAlg
 
condSeq += ConfiguredTrackingGeometryCondAlg()
geom_cond_key = 'AtlasTrackingGeometry'
geom_cond_key = 'AtlasTrackingGeometry'
#
#
# get propagator
# get propagator
Loading