Skip to content

Commit

Permalink
TPC reco needs CTP digits
Browse files Browse the repository at this point in the history
spotted when running with non-parallel execution in the pipeline runner
  • Loading branch information
sawenzel authored and Benedikt Volkel committed May 14, 2024
1 parent c69d12a commit 84ef814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 84ef814

Please sign in to comment.