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

Fix regression of reco test jobs

parent 4d0a5928
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def FaserSCT_ClusterizationToolCfg(flags, name="FaserSCT_ClusterizationTool", **
def FaserSCT_ClusterizationBasicCfg(flags, **kwargs):
"""Return ComponentAccumulator for FaserSCT Clusterization"""
acc = ComponentAccumulator()
pattern = kwargs.pop("ClusterToolTimingPattern")
pattern = kwargs.pop("ClusterToolTimingPattern","")
# print("ClusterToolTimingPattern = ", pattern)
if len(pattern) > 0 :
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