Skip to content
Snippets Groups Projects
Commit e778803e authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'ATLASRECTS-7230' into 'master'

MuonConfig - Fix test failure

Closes ATLASRECTS-7230

See merge request atlas/athena!56210
parents f6fee5d6 eda8dc8a
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