From 1893fc4612f21bbe4f610ab3f0edc31585533675 Mon Sep 17 00:00:00 2001 From: Sandro Wenzel Date: Fri, 15 Mar 2024 13:26:10 +0100 Subject: [PATCH] TPC reco needs CTP digits spotted when running with non-parallel execution in the pipeline runner --- MC/bin/o2dpg_sim_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MC/bin/o2dpg_sim_workflow.py b/MC/bin/o2dpg_sim_workflow.py index 6fa1ac776..d1ae5ced4 100755 --- a/MC/bin/o2dpg_sim_workflow.py +++ b/MC/bin/o2dpg_sim_workflow.py @@ -948,7 +948,7 @@ def getDigiTaskName(det): # ----------- # reco # ----------- - tpcreconeeds=[] + tpcreconeeds=[FT0FV0EMCCTPDIGItask['name']] if not args.combine_tpc_clusterization: # We treat TPC clusterization in multiple (sector) steps in order to # stay within the memory limit or to parallelize over sector from outside (not yet supported within cluster algo)