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 committed Mar 15, 2024
1 parent cb357d0 commit 1893fc4
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 @@ -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)
Expand Down

0 comments on commit 1893fc4

Please sign in to comment.