Skip to content

Commit

Permalink
Remove deltaRof=1 in pp
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mconcas authored and chiarazampolli committed Jul 12, 2024
1 parent b11ec55 commit 247e2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/configurations/asyncReco/setenv_extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ EXTRA_ITSRECO_CONFIG=
if [[ $BEAMTYPE == "PbPb" ]]; then
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true"
elif [[ $BEAMTYPE == "pp" ]]; then
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
fi
export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow+=";$MAXBCDIFFTOMASKBIAS_ITS;$MAXBCDIFFTOSQUASHBIAS_ITS;$EXTRA_ITSRECO_CONFIG;"

Expand Down

0 comments on commit 247e2a0

Please sign in to comment.