We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfd56d commit cab2644Copy full SHA for cab2644
prodtests/full-system-test/dpl-workflow.sh
@@ -140,6 +140,8 @@ if [[ $SYNCMODE == 1 ]]; then
140
else
141
if [[ $BEAMTYPE == "pp" ]]; then
142
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;"
145
fi
146
147
[[ $CTFINPUT == 1 ]] && GPU_CONFIG_KEY+="GPU_proc.tpcInputWithClusterRejection=1;"
0 commit comments