Skip to content

Commit 0a53301

Browse files
committed
TPC: enable MC time gain usage
1 parent a79e2f9 commit 0a53301

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
@@ -1145,7 +1145,8 @@ def getDigiTaskName(det):
11451145
TPCRECOtask=createTask(name='tpcreco_'+str(tf), needs=tpcreconeeds, tf=tf, cwd=timeframeworkdir, lab=["RECO"], relative_cpu=3/8, mem='16000')
11461146
TPCRECOtask['cmd'] = '${O2_ROOT}/bin/o2-tpc-reco-workflow ' + getDPL_global_options(bigshm=True) + ' --input-type clusters --output-type tracks,send-clusters-per-sector ' \
11471147
+ putConfigValuesNew(["GPU_global","TPCGasParam", "TPCCorrMap", "GPU_rec_tpc", "trackTuneParams"], {"GPU_proc.ompThreads":NWORKERS_TF} | tpcLocalCFreco) + ('',' --disable-mc')[args.no_mc_labels] \
1148-
+ tpc_corr_scaling_options + tpc_corr_options_mc
1148+
+ tpc_corr_scaling_options + tpc_corr_options_mc \
1149+
+ ' --tpc-mc-time-gain'
11491150
workflow['stages'].append(TPCRECOtask)
11501151

11511152
# END TPC reco

0 commit comments

Comments
 (0)