Skip to content

Commit ef738ae

Browse files
mconcasBenedikt Volkel
authored andcommitted
ITS: add deltaRof=1 in default pp/PbPb async (#1621)
(cherry picked from commit 538c0b1)
1 parent 76d94ba commit ef738ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ export ITSEXTRAERR="ITSCATrackerParam.sysErrY2[0]=$ERRIB;ITSCATrackerParam.sysEr
427427
# ad-hoc options for ITS reco workflow
428428
EXTRA_ITSRECO_CONFIG=
429429
if [[ $BEAMTYPE == "PbPb" ]]; then
430-
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true"
430+
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true"
431431
elif [[ $BEAMTYPE == "pp" ]]; then
432-
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
432+
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
433433
fi
434434
export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow+=";$MAXBCDIFFTOMASKBIAS_ITS;$MAXBCDIFFTOSQUASHBIAS_ITS;$EXTRA_ITSRECO_CONFIG;"
435435

0 commit comments

Comments
 (0)