Skip to content

Commit c9b95c6

Browse files
matthias-kleinerwiechula
authored andcommitted
TPC: increasing calibration length for residual gain map
1 parent d4776d7 commit c9b95c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ if [[ $AGGREGATOR_TASKS == BARREL_SPORADIC ]] || [[ $AGGREGATOR_TASKS == ALL ]];
253253
add_W o2-tpc-calibrator-dedx "--min-entries-sector 3000 --min-entries-1d 200 --min-entries-2d 10000"
254254
fi
255255
if [[ $CALIB_TPC_RESPADGAIN == 1 ]]; then
256-
add_W o2-tpc-calibrator-gainmap-tracks "--tf-per-slot 10000 --store-RMS-CCDB true"
256+
add_W o2-tpc-calibrator-gainmap-tracks "--tf-per-slot 200000 --store-RMS-CCDB true"
257257
fi
258258
# TOF
259259
if [[ $CALIB_TOF_INTEGRATEDCURR == 1 ]]; then

0 commit comments

Comments
 (0)