Skip to content

Commit 38ac980

Browse files
committed
TPC: remove obsolete code
1 parent de608aa commit 38ac980

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,6 @@ def getDigiTaskName(det):
11601160
+ putConfigValuesNew(["GPU_global","TPCGasParam", "TPCCorrMap", "GPU_rec_tpc", "trackTuneParams"], {"GPU_proc.ompThreads":NWORKERS_TF} | tpcLocalCFreco) + ('',' --disable-mc')[args.no_mc_labels] \
11611161
+ tpc_corr_scaling_options + tpc_corr_options_mc \
11621162
+ option_if_available('o2-tpc-reco-workflow', '--tpc-mc-time-gain', envfile=tpc_envfile)
1163-
11641163
workflow['stages'].append(TPCRECOtask)
11651164

11661165
# END TPC reco

MC/run/ANCHOR/anchorMC.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ chmod u+x setenv_extra.sh
218218

219219
echo_info "Setting up DPGRECO to ${DPGRECO}"
220220

221-
# settings that are MC-specific, modify setenv_extra.sh in-place
222-
sed -i 's/GPU_global.dEdxUseFullGainMap=1;GPU_global.dEdxDisableResidualGainMap=1/GPU_global.dEdxSplineTopologyCorrFile=splines_for_dedx_V1_MC_iter0_PP.root;GPU_global.dEdxDisableTopologyPol=1;GPU_global.dEdxDisableGainMap=1;GPU_global.dEdxDisableResidualGainMap=1;GPU_global.dEdxDisableResidualGain=1/' setenv_extra.sh
223-
### ???
224-
225221
# take out line running the workflow (if we don't have data input)
226222
[ ${CTF_TEST_FILE} ] || sed -i '/WORKFLOWMODE=run/d' async_pass.sh
227223

0 commit comments

Comments
 (0)