File tree Expand file tree Collapse file tree
prodtests/full-system-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ while [[ $# -gt 0 ]]; do
325325 case " $1 " in
326326 --lumi-type=* ) TPC_CORR_OPT+=" --lumi-type ${1#* =} " ; [[ ${1#* =} == " 2" ]] && { IGNOREIDC=0; }; shift 1;;
327327 --lumi-type) TPC_CORR_OPT+=" --lumi-type ${2} " ; [[ ${2} == " 2" ]] && { IGNOREIDC=0; }; shift 2;;
328- --enable-M-shape-correction) TPC_CORR_OPT+=" --enable-M-shape-correction" ; TPC_SCALERS_CONF+= " --enable-M-shape-correction " ; shift 1;;
328+ --enable-M-shape-correction) TPC_CORR_OPT+=" --enable-M-shape-correction" ; shift 1;;
329329 --corrmap-lumi-mode=* ) TPC_CORR_OPT+=" --corrmap-lumi-mode ${1#* =} " ; shift 1;;
330330 --corrmap-lumi-mode) TPC_CORR_OPT+=" --corrmap-lumi-mode ${2} " ; shift 2;;
331331 --disable-ctp-lumi-request) TPC_CORR_OPT+=" --disable-ctp-lumi-request" ; CTPLUMY_DISABLED=1; shift 1;;
You can’t perform that action at this time.
0 commit comments