File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ echo "CALIB_PHS_ENERGYCALIB = $CALIB_PHS_ENERGYCALIB" 1>&2
2727echo " CALIB_PHS_BADMAPCALIB = $CALIB_PHS_BADMAPCALIB " 1>&2
2828echo " CALIB_PHS_TURNONCALIB = $CALIB_PHS_TURNONCALIB " 1>&2
2929echo " CALIB_PHS_RUNBYRUNCALIB = $CALIB_PHS_RUNBYRUNCALIB " 1>&2
30+ echo " CALIB_TRD_VDRIFTEXB = $CALIB_TRD_VDRIFTEXB " 1>&2
3031
3132# PrimVertex
3233if [[ $CALIB_PRIMVTX_MEANVTX == 1 ]]; then
@@ -46,6 +47,12 @@ if [[ $CALIB_TOF_DIAGNOSTICS == 1 ]]; then
4647 EXTRA_WORKFLOW+=" o2-calibration-tof-diagnostic-workflow $ARGS_ALL --tf-per-slot 26400 | "
4748fi
4849
50+ # TRD
51+ if [[ $CALIB_TRD_VDRIFTEXB == 1 ]]; then
52+ EXTRA_WORKFLOW+=" o2-calibration-trd-vdrift-exb | "
53+ fi
54+
55+ # Calo cal
4956# EMC
5057if [[ $CALIB_EMC_CHANNELCALIB == 1 ]]; then
5158 EXTRA_WORKFLOW+=" o2-calibration-emcal-channel-calib-workflow --calibMode timeCalib | "
You can’t perform that action at this time.
0 commit comments