Skip to content

Commit 4548e88

Browse files
committed
calib-workflow: apply tf downscaling also on gainmap calib
1 parent 52a7731 commit 4548e88

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ if [[ $CALIB_TPC_TIMEGAIN == 1 ]]; then
2323
: ${SCALETRACKS_TPC_TIMEGAIN:=1000}
2424
add_W o2-tpc-miptrack-filter "--processEveryNthTF $SCALEEVENTS_TPC_TIMEGAIN --maxTracksPerTF $SCALETRACKS_TPC_TIMEGAIN" "" 0
2525
fi
26-
if [[ $CALIB_TPC_RESPADGAIN == 1 ]]; then add_W o2-tpc-calib-gainmap-tracks "--publish-after-tfs 30"; fi
26+
if [[ $CALIB_TPC_RESPADGAIN == 1 ]]; then
27+
: ${SCALEEVENTS_TPC_RESPADGAIN:=40}
28+
add_W o2-tpc-calib-gainmap-tracks "--publish-after-tfs 30 --useEveryNthTF $SCALEEVENTS_TPC_RESPADGAIN"
29+
fi
2730
if [[ $CALIB_ZDC_TDC == 1 ]]; then add_W o2-zdc-tdccalib-epn-workflow "" "" 0; fi
2831
if [[ $CALIB_FT0_TIMEOFFSET == 1 ]]; then add_W o2-calibration-ft0-time-spectra-processor; fi
2932
# for async calibrations

0 commit comments

Comments
 (0)