File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,9 +427,9 @@ export ITSEXTRAERR="ITSCATrackerParam.sysErrY2[0]=$ERRIB;ITSCATrackerParam.sysEr
427427# ad-hoc options for ITS reco workflow
428428EXTRA_ITSRECO_CONFIG=
429429if [[ $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"
431431elif [[ $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;"
433433fi
434434export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow+=" ;$MAXBCDIFFTOMASKBIAS_ITS ;$MAXBCDIFFTOSQUASHBIAS_ITS ;$EXTRA_ITSRECO_CONFIG ;"
435435
You can’t perform that action at this time.
0 commit comments