diff --git a/MC/bin/o2dpg_sim_workflow.py b/MC/bin/o2dpg_sim_workflow.py index d78ea73e7..6c069a3fe 100755 --- a/MC/bin/o2dpg_sim_workflow.py +++ b/MC/bin/o2dpg_sim_workflow.py @@ -412,6 +412,7 @@ def createRestDigiTask(name, det='ALLSMALLER'): # TODO: check value for MaxTimeBin; A large value had to be set tmp in order to avoid crashes based on "exceeding timeframe limit" # We treat TPC clusterization in multiple (sector) steps in order to stay within the memory limit + tpcclustertasks=[] for s in range(0,35): taskname = 'tpcclusterpart' + str(s) + '_' + str(tf) tpcclustertasks.append(taskname)