We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a877086 commit 9d91731Copy full SHA for 9d91731
prodtests/full-system-test/dpl-workflow.sh
@@ -145,6 +145,8 @@ if [[ $SYNCMODE == 1 ]]; then
145
fi
146
147
GPU_CONFIG_KEY+="GPU_global.synchronousProcessing=1;GPU_proc.clearO2OutputFromGPU=1;"
148
+ # relaxed cuts also used for async reconstruction
149
+ GPU_CONFIG_KEY+="GPU_rec_tpc.trackletMinSharedNormFactor=1.;GPU_rec_tpc.trackletMaxSharedFraction=0.3;GPU_rec_tpc.rejectIFCLowRadiusCluster=1;GPU_rec_tpc.extrapolationTrackingRowRange=100;GPU_rec_tpc.clusterError2AdditionalYSeeding=0.1;GPU_rec_tpc.clusterError2AdditionalZSeeding=0.15;"
150
has_processing_step TPC_DEDX && GPU_CONFIG_KEY+="GPU_global.rundEdx=1;"
151
has_detector ITS && TRD_FILTER_CONFIG+=" --filter-trigrec"
152
else
0 commit comments