Skip to content
Snippets Groups Projects
Commit 7ed6c166 authored by Dave Casper's avatar Dave Casper
Browse files

Merge branch 'master-cluster-kwords' into 'master'

Fix regression in reco tests caused by previous merge

See merge request faser/calypso!178
parents 9d2f3b0f 825d2615
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ def FaserSCT_ClusterizationToolCfg(flags, name="FaserSCT_ClusterizationTool", ** ...@@ -36,7 +36,7 @@ def FaserSCT_ClusterizationToolCfg(flags, name="FaserSCT_ClusterizationTool", **
def FaserSCT_ClusterizationBasicCfg(flags, **kwargs): def FaserSCT_ClusterizationBasicCfg(flags, **kwargs):
"""Return ComponentAccumulator for FaserSCT Clusterization""" """Return ComponentAccumulator for FaserSCT Clusterization"""
acc = ComponentAccumulator() acc = ComponentAccumulator()
pattern = kwargs.pop("ClusterToolTimingPattern") pattern = kwargs.pop("ClusterToolTimingPattern","")
# print("ClusterToolTimingPattern = ", pattern) # print("ClusterToolTimingPattern = ", pattern)
if len(pattern) > 0 : if len(pattern) > 0 :
clusterTool = acc.popToolsAndMerge(FaserSCT_ClusterizationToolCfg(flags, timeBins = pattern )) clusterTool = acc.popToolsAndMerge(FaserSCT_ClusterizationToolCfg(flags, timeBins = pattern ))
......
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