File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,14 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
384384 CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_rec_tpc.dEdxClusterRejectionFlagMask=$ALIEN_JDL_TPCDEDXCLMASK ;"
385385 fi
386386
387+ if [[ -n " $ALIEN_JDL_TPCDEDXCLMASKALT " ]]; then
388+ CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_rec_tpc.dEdxClusterRejectionFlagMaskAlt=$ALIEN_JDL_TPCDEDXCLMASKALT ;"
389+ fi
390+
391+ if [[ -n " $ALIEN_JDL_TPCEDGETWOPADS " ]]; then
392+ CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_rec_tpc.cfEdgeTwoPads=$ALIEN_JDL_TPCEDGETWOPADS "
393+ fi
394+
387395 if [[ -n " $ALIEN_JDL_TPCCLUSTERFILTER " ]]; then
388396 CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=" GPU_proc.tpcUseOldCPUDecoding=1;GPU_proc.tpcApplyClusterFilterOnCPU=$ALIEN_JDL_TPCCLUSTERFILTER ;"
389397 fi
You can’t perform that action at this time.
0 commit comments