Skip to content

Commit 26e3f65

Browse files
mconcasshahor02
authored andcommitted
Remove deltaRof=1 in pp
As this would not recover enough efficiency, analysers would still be cutting tracks at the beginning of ROFs. The plan is to re-enable this together with multi-rof vertexer if this improves the efficiency
1 parent 7576ed2 commit 26e3f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ EXTRA_ITSRECO_CONFIG=
446446
if [[ $BEAMTYPE == "PbPb" ]]; then
447447
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true"
448448
elif [[ $BEAMTYPE == "pp" ]]; then
449-
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
449+
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
450450
fi
451451
export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow+=";$MAXBCDIFFTOMASKBIAS_ITS;$MAXBCDIFFTOSQUASHBIAS_ITS;$EXTRA_ITSRECO_CONFIG;"
452452

0 commit comments

Comments
 (0)