File tree Expand file tree Collapse file tree
DATA/production/configurations/asyncReco Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
321321 fi
322322
323323 DISABLE_CORRECTIONS=
324- [[ -n " $ALIEN_JDL_MSHAPE_CORRECTION " && $ALIEN_JDL_MSHAPE_CORRECTION == " 0" ]] && ENABLE_MSHAPE=0 || ENABLE_MSHAPE=1
324+ [[ -n " $ALIEN_JDL_MSHAPECORRECTION " && $ALIEN_JDL_MSHAPECORRECTION == " 0" ]] && ENABLE_MSHAPE=0 || ENABLE_MSHAPE=1
325325
326326 if [[ -n $MEAN_IR_FOR_TPC ]] ; then # firs check if corrections were not disabled via MEAN_IR_FOR_TPC
327327 if [[ $MEAN_IR_FOR_TPC -gt 0 ]] ; then # positive value overrides map mean lumi
@@ -352,7 +352,7 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
352352 elif [[ $INST_IR_FOR_TPC == " CTPCCDB" ]]; then # using what we have in the CCDB CTP counters, extracted at the beginning of the script
353353 echo " Using CTP CCDB which gave the mean IR of the run at the beginning of the script ($RUN_IR Hz)"
354354 export TPC_CORR_SCALING+=" ;TPCCorrMap.lumiInst=$RUN_IR "
355- else echo " Unknown setting for INST_IR_FOR_TPC = $INST_IR_FOR_TPC (with ALIEN_JDL_INST_IR_FOR_TPC = $ALIEN_JDL_INST_IR_FOR_TPC )"
355+ else echo " Unknown setting for INST_IR_FOR_TPC = $INST_IR_FOR_TPC (with ALIEN_JDL_INSTIRFORTPC = $ALIEN_JDL_INSTIRFORTPC )"
356356 return 1
357357 fi
358358
You can’t perform that action at this time.
0 commit comments