Skip to content
Snippets Groups Projects
Commit aac09850 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'ExtrapolatorCfg' into 'master'

Add MuonGeoModelCfg to the tracking geometry svc

See merge request atlas/athena!38814
parents dbccb8bb 4b4e1ac4
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,9 @@ def TrackingGeometrySvcCfg( flags , name = 'AtlasTrackingGeometrySvc', doMateria
if flags.Detector.GeometryMuon:
# Copied from from MuonTrackingGeometry.ConfiguredMuonTrackingGeometry import MuonTrackingGeometryBuilder
# Add the muon geometry model to the CA
from MuonConfig.MuonGeometryConfig import MuonGeoModelCfg
result.merge(MuonGeoModelCfg(flags))
Muon__MuonStationTypeBuilder=CompFactory.Muon.MuonStationTypeBuilder
muonStationTypeBuilder= Muon__MuonStationTypeBuilder(name = 'MuonStationTypeBuilder')
......
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