Skip to content

Commit 9fc0c91

Browse files
committed
TPC: Generic remapping, PbPb2023 cluster cut option
1 parent e35e495 commit 9fc0c91

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ if [[ $remappingITS == 1 ]] || [[ $remappingMFT == 1 ]]; then
119119
REMAPPING=$REMAPPING\"
120120
fi
121121

122+
# generic remapping string
123+
if [[ -n "$ALIEN_JDL_REMAPPINGS" ]]; then
124+
if [[ -n "$REMAPPING" ]]; then
125+
REMAPPING="${REMAPPING::-1};$ALIEN_JDL_REMAPPINGS\""
126+
else
127+
REMAPPING="--condition-remap \"$ALIEN_JDL_REMAPPINGS\""
128+
fi
129+
fi
130+
122131
echo "Remapping = $REMAPPING"
123132

124133
# needed if we need more wf
@@ -352,6 +361,10 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
352361
CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.dEdxClusterRejectionFlagMask=$ALIEN_JDL_TPCDEDXCLMASK;"
353362
fi
354363

364+
if [[ -n "$ALIEN_JDL_TPCCLUSTERFILTER" ]]; then
365+
CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_proc.tpcUseOldCPUDecoding=1;GPU_proc.tpcApplyClusterFilterOnCPU=$ALIEN_JDL_TPCCLUSTERFILTER;"
366+
fi
367+
355368
#-------------------------------------- TPC corrections -----------------------------------------------
356369
# we need to provide to TPC
357370
# 1) interaction rate info (lumi) used for scaling or errors and possible of the corrections : INST_IR_FOR_TPC

0 commit comments

Comments
 (0)