From ec0f2743d6c14ff47243bde7ad2e4a64275eabe7 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 (cherry picked from commit 11169493aa50aa1c503b9ed1d96c20ad184d8dc1) --- 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 ec1071c2d..c7c8a6c5d 100755 --- a/MC/bin/o2dpg_sim_workflow.py +++ b/MC/bin/o2dpg_sim_workflow.py @@ -972,7 +972,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)