Skip to content

Commit 6e54e78

Browse files
committed
Completely remove the MID reco for synchronous processing
1 parent c2e665d commit 6e54e78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
3939
else
4040
ITS_CONFIG=
4141
TPC_CONFIG=
42-
MID_CONFIG=
42+
CMD_MID="o2-mid-reco-workflow $ARGS_ALL --disable-root-output $DISABLE_MC"
4343
fi
4444
TPC_CONFIG2=
4545

@@ -89,7 +89,7 @@ o2-ft0-flp-dpl-workflow $ARGS_ALL --disable-root-output | \
8989
o2-ft0-reco-workflow $ARGS_ALL --disable-root-input --disable-root-output $DISABLE_MC | \
9090
o2-ft0-entropy-encoder-workflow $ARGS_ALL | \
9191
o2-mid-raw-to-digits-workflow $ARGS_ALL | \
92-
o2-mid-reco-workflow $ARGS_ALL --disable-root-output $DISABLE_MC $MID_CONFIG | \
92+
$CMD_MID | \
9393
o2-mid-entropy-encoder-workflow $ARGS_ALL | \
9494
o2-phos-reco-workflow $ARGS_ALL --input-type raw --output-type cells | \
9595
o2-phos-entropy-encoder-workflow $ARGS_ALL |\

0 commit comments

Comments
 (0)