File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,15 @@ if [[ $remappingITS == 1 ]] || [[ $remappingMFT == 1 ]]; then
119119 REMAPPING=$REMAPPING \"
120120fi
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+
122131echo " 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
You can’t perform that action at this time.
0 commit comments