Skip to content

Commit

Permalink
Update o2dpg_sim_workflow.py
Browse files Browse the repository at this point in the history
add missing list initialization
  • Loading branch information
sawenzel authored Jun 2, 2021
1 parent a54dc0c commit dcabe31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dcabe31

Please sign in to comment.