3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 if flags.Detector.EnableMDT:
9 Containers+=[
"xMdtDriftCircles"]
10 Containers+=[
"xMdtTwinDriftCircles"]
11 from AthenaConfiguration.Enums
import LHCPeriod
12 if flags.Detector.EnableRPC:
13 if flags.GeoModel.Run >= LHCPeriod.Run4:
14 Containers+=[
"xRpcStrips"]
15 Containers+=[
"xRpcBILStrips"]
17 Containers+=[
"xRpcMeasurements"]
18 if flags.Detector.EnableTGC:
19 Containers+=[
"xTgcStrips"]
20 if flags.Detector.EnableMM:
21 Containers+=[
"xAODMMClusters"]
22 if flags.Detector.EnablesTGC:
23 Containers+=[
"xAODsTgcStrips"]
24 Containers+=[
"xAODsTgcWires"]
25 Containers+=[
"xAODsTgcPads"]
31 if not flags.Muon.usePhaseIIGeoSetup:
35 from MuonConfig.MuonSimHitToRdoConfig
import MuonSimHitToRdoCnvCfg
38 from MuonConfig.MuonBytestreamDecodeConfig
import MuonByteStreamDecodersCfg
42 from MuonConfig.MuonRdoDecodeConfig
import MuonRDOtoPRDConvertorsCfg
47 from MuonTruthAlgsR4.MuonTruthAlgsConfig
import MuonTruthAlgsCfg
49 from MuonObjectMarker.ObjectMarkerConfig
import TruthMeasMarkerAlgCfg
53 if flags.Detector.GeometryRPC:
54 from xAODMuonTrkPrepDataCnv.MuonPrepDataCnvCfg
import xRpcToRpcPrepDataCnvAlgCfg
57 from AthenaConfiguration.Enums
import LHCPeriod
58 if flags.Detector.GeometryRPC
and flags.GeoModel.Run >= LHCPeriod.Run4:
59 from xAODMuonViewAlgs.ViewAlgsConfig
import RpcMeasViewAlgCfg
61 if flags.Detector.GeometryMDT:
62 from xAODMuonViewAlgs.ViewAlgsConfig
import MdtMeasViewAlgCfg
64 if flags.Detector.GeometrysTGC:
65 from xAODMuonViewAlgs.ViewAlgsConfig
import sTgcMeasViewAlgCfg