We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d446202 commit 5aea924Copy full SHA for 5aea924
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -384,6 +384,10 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
384
CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.dEdxClusterRejectionFlagMask=$ALIEN_JDL_TPCDEDXCLMASK;"
385
fi
386
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_TPCCLUSTERFILTER" ]]; then
392
CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_proc.tpcUseOldCPUDecoding=1;GPU_proc.tpcApplyClusterFilterOnCPU=$ALIEN_JDL_TPCCLUSTERFILTER;"
393
0 commit comments