Skip to content
Snippets Groups Projects
Commit a83425d1 authored by Julien Maurer's avatar Julien Maurer
Browse files

Merge branch 'cherry-pick-e778803e-22.0' into '22.0'

Sweeping !56210 from master to 22.0.
MuonConfig - Fix test failureCloses ATLASRECTS-7230

See merge request atlas/athena!56218
parents 029b89fe 5164ff1a
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,9 @@ def ITkTrackParticleCnvAlgCfg(flags, name="ITkTrackParticleCnvAlg", TrackContain
def MuonTrackParticleCnvCfg(flags, name = "MuonTrackParticleCnvAlg",**kwargs):
result=ComponentAccumulator()
from BeamSpotConditions.BeamSpotConditionsConfig import BeamSpotCondAlgCfg
result.merge(BeamSpotCondAlgCfg(flags))
if "TrackParticleCreator" not in kwargs:
from TrkConfig.TrkParticleCreatorConfig import MuonCombinedParticleCreatorCfg
......
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