From 9fc0c91ceb807d6b8455f86d6ab1aff1b98bcc60 Mon Sep 17 00:00:00 2001 From: wiechula Date: Thu, 6 Mar 2025 13:08:36 +0100 Subject: [PATCH] TPC: Generic remapping, PbPb2023 cluster cut option --- .../configurations/asyncReco/setenv_extra.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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