File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ if [ $SYNCMODE == 1 ]; then
3535 CFG_X=" fastMultConfig.cutMultClusLow=30;fastMultConfig.cutMultClusHigh=2000;fastMultConfig.cutMultVtxHigh=500"
3636 ITS_CONFIG=" --configKeyValues $CFG_X "
3737 TPC_CONFIG=" GPU_global.synchronousProcessing=1;"
38- MID_CONFIG= " --disable-tracking "
38+ CMD_MID= " cat "
3939else
4040 ITS_CONFIG=
4141 TPC_CONFIG=
42- MID_CONFIG=
42+ CMD_MID= " o2-mid-reco-workflow $ARGS_ALL --disable-root-output $DISABLE_MC "
4343fi
4444TPC_CONFIG2=
4545
@@ -89,7 +89,7 @@ o2-ft0-flp-dpl-workflow $ARGS_ALL --disable-root-output | \
8989o2-ft0-reco-workflow $ARGS_ALL --disable-root-input --disable-root-output $DISABLE_MC | \
9090o2-ft0-entropy-encoder-workflow $ARGS_ALL | \
9191o2-mid-raw-to-digits-workflow $ARGS_ALL | \
92- o2-mid-reco-workflow $ARGS_ALL --disable-root-output $DISABLE_MC $MID_CONFIG | \
92+ $CMD_MID | \
9393o2-mid-entropy-encoder-workflow $ARGS_ALL | \
9494o2-phos-reco-workflow $ARGS_ALL --input-type raw --output-type cells | \
9595o2-phos-entropy-encoder-workflow $ARGS_ALL | \
You can’t perform that action at this time.
0 commit comments