File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -397,11 +397,11 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
397397 fi
398398
399399 if [[ -n " $ALIEN_JDL_TPCCHICUTOPT " ]]; then # 0 or 1 to disable or enable (default) the chi2 cut both on one-side and smoothed Kalman chi2
400- CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_rec_tpc.mergerInterpolateRejectAlsoOnCurrentPosition== $ALIEN_JDL_TPCCHICUTOPT ;"
400+ CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_rec_tpc.mergerInterpolateRejectAlsoOnCurrentPosition=$ALIEN_JDL_TPCCHICUTOPT ;"
401401 fi
402402
403403 if [[ -n " $ALIEN_JDL_TPCCLUSEDGEREDEF " ]]; then # if >0 (float) undo the edge cluster bit for TPC clusters with distance to the edge exceeding this value
404- CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_rec_tpc.clustersEdgeFixDistance== $ALIEN_JDL_TPCCLUSEDGEREDEF ;"
404+ CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_rec_tpc.clustersEdgeFixDistance=$ALIEN_JDL_TPCCLUSEDGEREDEF ;"
405405 fi
406406
407407 # -------------------------------------- TPC corrections -----------------------------------------------
You can’t perform that action at this time.
0 commit comments