From 6fa885a29a5449d1b87fca37a736b5d8f1cdb985 Mon Sep 17 00:00:00 2001 From: Matteo Concas Date: Tue, 2 Jul 2024 12:22:01 +0200 Subject: [PATCH] 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 --- DATA/production/configurations/asyncReco/setenv_extra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/configurations/asyncReco/setenv_extra.sh b/DATA/production/configurations/asyncReco/setenv_extra.sh index 4f31c3bd4..8a5ab1c02 100644 --- a/DATA/production/configurations/asyncReco/setenv_extra.sh +++ b/DATA/production/configurations/asyncReco/setenv_extra.sh @@ -446,7 +446,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;"