8 result = ComponentAccumulator()
11 from MuonConfig.MuonDataPrepConfig
import xAODUncalibMeasPrepCfg
12 result.merge(xAODUncalibMeasPrepCfg(flags))
15 from MuonSpacePointFormation.SpacePointFormationConfig
import MuonSpacePointFormationCfg
16 result.merge(MuonSpacePointFormationCfg(flags))
19 from MuonPatternRecognitionAlgs.MuonPatternRecognitionConfig
import MuonPatternRecognitionCfg
20 result.merge(MuonPatternRecognitionCfg(flags))
23 from MuonTrackFindingAlgs.TrackFindingConfig
import MSTrackFinderAlgCfg, MuonActsToTrkConvCfg
24 result.merge(MSTrackFinderAlgCfg(flags))
28 result.merge(MuonActsToTrkConvCfg(flags, TracksLocation=
"MsTracksR4"))
30 from xAODTrackingCnv.xAODTrackingCnvConfig
import MuonStandaloneTrackParticleCnvAlgCfg
31 result.merge(MuonStandaloneTrackParticleCnvAlgCfg(flags,
"MuonXAODParticleConvFromHoughR4",
32 TrackContainerName=
"MsTracksR4",
33 xAODTrackParticlesFromTracksContainerName=
"MsTrackParticlesR4"))
36 from MuonCombinedConfig.MuonCombinedReconstructionConfig
import MuonCombinedMuonCandidateAlgCfg
37 result.merge(MuonCombinedMuonCandidateAlgCfg(flags,
38 name=
"MuonMSOECandidateAlgR4",
39 MuonSpectrometerTrackParticleLocation=
"MsTrackParticlesR4",
40 MuonCandidateLocation=
"MuonCandidatesR4",
41 MSOnlyExtrapolatedTrackLocation=
"MSOETrksR4"))
44 from MuonCombinedConfig.MuonCombinedReconstructionConfig
import MuonCreatorAlgCfg
45 result.merge(MuonCreatorAlgCfg(flags,
46 name=
"MuonCreatorAlgR4",
50 MuonContainerLocation=
"MuonsR4",
51 MSOnlyExtrapolatedTrackLocation=
"MSOETrackParticlesR4",
52 MSOnlyExtrapolatedLocation=
"MSOEMuonTrackParticlesR4",
53 MuonCandidateLocation=[
"MuonCandidatesR4"],
54 ClusterContainerName=
""))