Skip to content

Commit 26cc8fc

Browse files
mconcasBenedikt Volkel
authored andcommitted
Remove obsolete params
1 parent c357ce2 commit 26cc8fc

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
@@ -349,7 +349,7 @@ export ITSEXTRAERR="ITSCATrackerParam.sysErrY2[0]=$ERRIB;ITSCATrackerParam.sysEr
349349
# ad-hoc options for ITS reco workflow
350350
EXTRA_ITSRECO_CONFIG=
351351
if [[ $BEAMTYPE == "PbPb" ]]; then
352-
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.trackletsPerClusterLimit=15.;ITSCATrackerParam.cellsPerClusterLimit=35.;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;"
352+
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;"
353353
elif [[ $BEAMTYPE == "pp" ]]; then
354354
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
355355
fi

0 commit comments

Comments
 (0)