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 d4776d7 commit c9b95c6Copy full SHA for c9b95c6
prodtests/full-system-test/aggregator-workflow.sh
@@ -253,7 +253,7 @@ if [[ $AGGREGATOR_TASKS == BARREL_SPORADIC ]] || [[ $AGGREGATOR_TASKS == ALL ]];
253
add_W o2-tpc-calibrator-dedx "--min-entries-sector 3000 --min-entries-1d 200 --min-entries-2d 10000"
254
fi
255
if [[ $CALIB_TPC_RESPADGAIN == 1 ]]; then
256
- add_W o2-tpc-calibrator-gainmap-tracks "--tf-per-slot 10000 --store-RMS-CCDB true"
+ add_W o2-tpc-calibrator-gainmap-tracks "--tf-per-slot 200000 --store-RMS-CCDB true"
257
258
# TOF
259
if [[ $CALIB_TOF_INTEGRATEDCURR == 1 ]]; then
0 commit comments