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 d0f996b commit 9825276Copy full SHA for 9825276
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -148,8 +148,7 @@ fi
148
# other settings
149
echo RUN = $RUNNUMBER
150
if [[ $RUNNUMBER -ge 521889 ]]; then
151
- export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --its-digits --mft-digits"
152
- export DISABLE_DIGIT_CLUSTER_INPUT="--digits-from-upstream"
+ export ITSMFT_RECO_RERUN_CLUSTERIZER=1
153
MAXBCDIFFTOMASKBIAS_ITS="ITSClustererParam.maxBCDiffToMaskBias=-10" # this explicitly disables ITS masking
154
MAXBCDIFFTOSQUASHBIAS_ITS="ITSClustererParam.maxBCDiffToSquashBias=10" # this explicitly enables ITS squashing
155
MAXBCDIFFTOMASKBIAS_MFT="MFTClustererParam.maxBCDiffToMaskBias=-10" # this explicitly disables MFT masking
0 commit comments