Skip to content

Commit 1116949

Browse files
committed
TPC reco needs CTP digits
spotted when running with non-parallel execution in the pipeline runner
1 parent 0f090bc commit 1116949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def getDigiTaskName(det):
948948
# -----------
949949
# reco
950950
# -----------
951-
tpcreconeeds=[]
951+
tpcreconeeds=[FT0FV0EMCCTPDIGItask['name']]
952952
if not args.combine_tpc_clusterization:
953953
# We treat TPC clusterization in multiple (sector) steps in order to
954954
# stay within the memory limit or to parallelize over sector from outside (not yet supported within cluster algo)

0 commit comments

Comments
 (0)