Skip to content

Commit 247e2a0

Browse files
mconcaschiarazampolli
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 (cherry picked from commit 26e3f65)
1 parent b11ec55 commit 247e2a0

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
@@ -429,7 +429,7 @@ EXTRA_ITSRECO_CONFIG=
429429
if [[ $BEAMTYPE == "PbPb" ]]; then
430430
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true"
431431
elif [[ $BEAMTYPE == "pp" ]]; then
432-
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
432+
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
433433
fi
434434
export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow+=";$MAXBCDIFFTOMASKBIAS_ITS;$MAXBCDIFFTOSQUASHBIAS_ITS;$EXTRA_ITSRECO_CONFIG;"
435435

0 commit comments

Comments
 (0)