Skip to content

Commit dcabe31

Browse files
authored
Update o2dpg_sim_workflow.py
add missing list initialization
1 parent a54dc0c commit dcabe31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ def createRestDigiTask(name, det='ALLSMALLER'):
412412

413413
# TODO: check value for MaxTimeBin; A large value had to be set tmp in order to avoid crashes based on "exceeding timeframe limit"
414414
# We treat TPC clusterization in multiple (sector) steps in order to stay within the memory limit
415+
tpcclustertasks=[]
415416
for s in range(0,35):
416417
taskname = 'tpcclusterpart' + str(s) + '_' + str(tf)
417418
tpcclustertasks.append(taskname)

0 commit comments

Comments
 (0)