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 !38814
parents dbccb8bb 4b4e1ac4
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38814Add MuonGeoModelCfg to the tracking geometry svc
...@@ -242,6 +242,9 @@ def TrackingGeometrySvcCfg( flags , name = 'AtlasTrackingGeometrySvc', doMateria ...@@ -242,6 +242,9 @@ def TrackingGeometrySvcCfg( flags , name = 'AtlasTrackingGeometrySvc', doMateria
if flags.Detector.GeometryMuon: if flags.Detector.GeometryMuon:
# Copied from from MuonTrackingGeometry.ConfiguredMuonTrackingGeometry import MuonTrackingGeometryBuilder # 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 Muon__MuonStationTypeBuilder=CompFactory.Muon.MuonStationTypeBuilder
muonStationTypeBuilder= Muon__MuonStationTypeBuilder(name = '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