From c712914a96763124cacf9d0f4ce40091f0a129c5 Mon Sep 17 00:00:00 2001 From: wiechula Date: Mon, 6 Jan 2025 17:08:00 +0100 Subject: [PATCH] TPC: remove obsolete code --- MC/run/ANCHOR/anchorMC.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MC/run/ANCHOR/anchorMC.sh b/MC/run/ANCHOR/anchorMC.sh index 9383ca9aa..95dd89bbd 100755 --- a/MC/run/ANCHOR/anchorMC.sh +++ b/MC/run/ANCHOR/anchorMC.sh @@ -218,10 +218,6 @@ chmod u+x setenv_extra.sh echo_info "Setting up DPGRECO to ${DPGRECO}" -# settings that are MC-specific, modify setenv_extra.sh in-place -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 -### ??? - # take out line running the workflow (if we don't have data input) [ ${CTF_TEST_FILE} ] || sed -i '/WORKFLOWMODE=run/d' async_pass.sh