Skip to content

Commit 32be41c

Browse files
mconcaschiarazampolli
authored andcommitted
ITS-vertexer: disable low mult seeds for async PbPb
1 parent 90f4207 commit 32be41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export ITSEXTRAERR="ITSCATrackerParam.sysErrY2[0]=$ERRIB;ITSCATrackerParam.sysEr
343343
# ad-hoc options for ITS reco workflow
344344
EXTRA_ITSRECO_CONFIG=
345345
if [[ $BEAMTYPE == "PbPb" ]]; then
346-
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.trackletsPerClusterLimit=5.;ITSCATrackerParam.cellsPerClusterLimit=5.;ITSVertexerParam.clusterContributorsCut=16;"
346+
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.trackletsPerClusterLimit=5.;ITSCATrackerParam.cellsPerClusterLimit=5.;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;"
347347
elif [[ $BEAMTYPE == "pp" ]]; then
348348
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
349349
fi

0 commit comments

Comments
 (0)