Skip to content

Commit 12d68ba

Browse files
wiechulaalcaliva
authored andcommitted
TPC: enable MC time gain usage
(cherry picked from commit 0a53301)
1 parent 48714c3 commit 12d68ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,8 @@ def getDigiTaskName(det):
11341134
TPCRECOtask=createTask(name='tpcreco_'+str(tf), needs=tpcreconeeds, tf=tf, cwd=timeframeworkdir, lab=["RECO"], relative_cpu=3/8, mem='16000')
11351135
TPCRECOtask['cmd'] = '${O2_ROOT}/bin/o2-tpc-reco-workflow ' + getDPL_global_options(bigshm=True) + ' --input-type clusters --output-type tracks,send-clusters-per-sector ' \
11361136
+ putConfigValuesNew(["GPU_global","TPCGasParam", "TPCCorrMap", "GPU_rec_tpc", "trackTuneParams"], {"GPU_proc.ompThreads":NWORKERS_TF} | tpcLocalCFreco) + ('',' --disable-mc')[args.no_mc_labels] \
1137-
+ tpc_corr_scaling_options + tpc_corr_options_mc
1137+
+ tpc_corr_scaling_options + tpc_corr_options_mc \
1138+
+ ' --tpc-mc-time-gain'
11381139
workflow['stages'].append(TPCRECOtask)
11391140

11401141
# END TPC reco

0 commit comments

Comments
 (0)