You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MC/run/ANCHOR/anchorMC.sh
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -218,10 +218,6 @@ chmod u+x setenv_extra.sh
218
218
219
219
echo_info "Setting up DPGRECO to ${DPGRECO}"
220
220
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
-
225
221
# take out line running the workflow (if we don't have data input)
226
222
[ ${CTF_TEST_FILE} ] || sed -i '/WORKFLOWMODE=run/d' async_pass.sh
0 commit comments