Skip to content

Commit cab2644

Browse files
authored
Set ITS PbPb params as O2DPG ones for async mode (#13044)
1 parent ebfd56d commit cab2644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ if [[ $SYNCMODE == 1 ]]; then
140140
else
141141
if [[ $BEAMTYPE == "pp" ]]; then
142142
ITS_CONFIG_KEY+="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
143+
elif [[ $BEAMTYPE == "PbPb" ]]; then
144+
ITS_CONFIG_KEY+="ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true;"
143145
fi
144146
fi
145147
[[ $CTFINPUT == 1 ]] && GPU_CONFIG_KEY+="GPU_proc.tpcInputWithClusterRejection=1;"

0 commit comments

Comments
 (0)