Skip to content

Commit 53c9a89

Browse files
mconcaschiarazampolli
authored andcommitted
Remove obsolete params
1 parent 0fdb5fe commit 53c9a89

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
@@ -376,7 +376,7 @@ export ITSEXTRAERR="ITSCATrackerParam.sysErrY2[0]=$ERRIB;ITSCATrackerParam.sysEr
376376
# ad-hoc options for ITS reco workflow
377377
EXTRA_ITSRECO_CONFIG=
378378
if [[ $BEAMTYPE == "PbPb" ]]; then
379-
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.trackletsPerClusterLimit=15.;ITSCATrackerParam.cellsPerClusterLimit=35.;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;"
379+
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;"
380380
elif [[ $BEAMTYPE == "pp" ]]; then
381381
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
382382
fi

0 commit comments

Comments
 (0)