Skip to content
Snippets Groups Projects
Commit ace2f302 authored by Aleksandra Poreba's avatar Aleksandra Poreba
Browse files

Replace addRecoAlg with mergeReco

parent 0c164353
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ def l2MuCombRecoCfg(flags):
muCombAcc = ComponentAccumulator()
muCombAcc.addEventAlgo(alg)
reco.addRecoAlg(muCombAcc)
reco.mergeReco(muCombAcc)
reco.merge(acc)
return reco
......
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