Skip to content

Commit

Permalink
TPC: enable MC time gain usage
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a53301)
  • Loading branch information
wiechula authored and alcaliva committed Jan 8, 2025
1 parent 0921c71 commit 12c505f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,8 @@ def getDigiTaskName(det):
TPCRECOtask=createTask(name='tpcreco_'+str(tf), needs=tpcreconeeds, tf=tf, cwd=timeframeworkdir, lab=["RECO"], relative_cpu=3/8, mem='16000')
TPCRECOtask['cmd'] = '${O2_ROOT}/bin/o2-tpc-reco-workflow ' + getDPL_global_options(bigshm=True) + ' --input-type clusters --output-type tracks,send-clusters-per-sector ' \
+ putConfigValuesNew(["GPU_global","TPCGasParam", "TPCCorrMap", "GPU_rec_tpc", "trackTuneParams"], {"GPU_proc.ompThreads":NWORKERS_TF} | tpcLocalCFreco) + ('',' --disable-mc')[args.no_mc_labels] \
+ tpc_corr_scaling_options + tpc_corr_options_mc
+ tpc_corr_scaling_options + tpc_corr_options_mc \
+ ' --tpc-mc-time-gain'
workflow['stages'].append(TPCRECOtask)

# END TPC reco
Expand Down

0 comments on commit 12c505f

Please sign in to comment.