We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a7731 commit 4548e88Copy full SHA for 4548e88
1 file changed
prodtests/full-system-test/calib-workflow.sh
@@ -23,7 +23,10 @@ if [[ $CALIB_TPC_TIMEGAIN == 1 ]]; then
23
: ${SCALETRACKS_TPC_TIMEGAIN:=1000}
24
add_W o2-tpc-miptrack-filter "--processEveryNthTF $SCALEEVENTS_TPC_TIMEGAIN --maxTracksPerTF $SCALETRACKS_TPC_TIMEGAIN" "" 0
25
fi
26
-if [[ $CALIB_TPC_RESPADGAIN == 1 ]]; then add_W o2-tpc-calib-gainmap-tracks "--publish-after-tfs 30"; fi
+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
30
if [[ $CALIB_ZDC_TDC == 1 ]]; then add_W o2-zdc-tdccalib-epn-workflow "" "" 0; fi
31
if [[ $CALIB_FT0_TIMEOFFSET == 1 ]]; then add_W o2-calibration-ft0-time-spectra-processor; fi
32
# for async calibrations
0 commit comments