diff --git a/DATA/production/configurations/asyncReco/setenv_extra.sh b/DATA/production/configurations/asyncReco/setenv_extra.sh index 2e0e2c7c2..641ae8a34 100644 --- a/DATA/production/configurations/asyncReco/setenv_extra.sh +++ b/DATA/production/configurations/asyncReco/setenv_extra.sh @@ -119,6 +119,15 @@ if [[ $remappingITS == 1 ]] || [[ $remappingMFT == 1 ]]; then REMAPPING=$REMAPPING\" fi +# generic remapping string +if [[ -n "$ALIEN_JDL_REMAPPINGS" ]]; then + if [[ -n "$REMAPPING" ]]; then + REMAPPING="${REMAPPING::-1};$ALIEN_JDL_REMAPPINGS\"" + else + REMAPPING="--condition-remap \"$ALIEN_JDL_REMAPPINGS\"" + fi +fi + echo "Remapping = $REMAPPING" # needed if we need more wf @@ -352,6 +361,10 @@ elif [[ $ALIGNLEVEL == 1 ]]; then CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.dEdxClusterRejectionFlagMask=$ALIEN_JDL_TPCDEDXCLMASK;" fi + if [[ -n "$ALIEN_JDL_TPCCLUSTERFILTER" ]]; then + CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_proc.tpcUseOldCPUDecoding=1;GPU_proc.tpcApplyClusterFilterOnCPU=$ALIEN_JDL_TPCCLUSTERFILTER;" + fi + #-------------------------------------- TPC corrections ----------------------------------------------- # we need to provide to TPC # 1) interaction rate info (lumi) used for scaling or errors and possible of the corrections : INST_IR_FOR_TPC