Skip to content
Snippets Groups Projects
Commit 569af893 authored by Carlo Varni's avatar Carlo Varni
Browse files

Minor bug in non-split reco sequence

parent 499b452c
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def BTagRecoCfg(inputFlags, JetCollection = ['AntiKt4EMTopo'], **kwargs):
result.merge(JetBTaggerAlgCfg(inputFlags, JetCollection = JetCollection[0], PrimaryVertexCollectionName="PrimaryVertices", TaggerList = taggerList, **kwargs))
from AthenaCommon.ConcurrencyFlags import jobproperties
if jobproperties.ConcurrencyFlags.NumThreads() >= 0 :
if jobproperties.ConcurrencyFlags.NumThreads() == 0 :
for el in result._allSequences:
el.name = "TopAlg"
......
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