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 51e8f7e commit c362f76Copy full SHA for c362f76
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -348,6 +348,10 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
348
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.globalTrackingRowRange=100;"
349
fi
350
351
+ if [[ -n "$ALIEN_JDL_TPCDEDXCLMASK" ]]; then
352
+ CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.dEdxClusterRejectionFlagMask=$ALIEN_JDL_TPCDEDXCLMASK;"
353
+ fi
354
+
355
#-------------------------------------- TPC corrections -----------------------------------------------
356
# we need to provide to TPC
357
# 1) interaction rate info (lumi) used for scaling or errors and possible of the corrections : INST_IR_FOR_TPC
0 commit comments