Skip to content

Commit fb812e8

Browse files
authored
FT0 has FLP workflow enabled by default now (#342)
* FIT detectors have FLP workflow enabled by default now * Update setenv.sh
1 parent 3ab60a7 commit fb812e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/common/setenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ else # Defaults when running on the EPN
7979
if [ -z "$TIMEFRAME_SHM_LIMIT" ]; then export TIMEFRAME_SHM_LIMIT=$(( $SHMSIZE / 2 )); fi
8080
if [ -z "$TIMEFRAME_RATE_LIMIT" ]; then export TIMEFRAME_RATE_LIMIT=0; fi
8181
if [ -z "$EDJSONS_DIR" ]; then export EDJSONS_DIR="/home/ed/jsons"; fi
82-
if [ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]; then export WORKFLOW_DETECTORS_FLP_PROCESSING="TOF"; fi # Current default in sync processing is that FLP processing is only enabled for TOF
82+
if [ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]; then export WORKFLOW_DETECTORS_FLP_PROCESSING="TOF,FT0"; fi # Current default in sync processing is that FLP processing is only enabled for TOF
8383
if [ -z "$GEN_TOPO_AUTOSCALE_PROCESSES" ]; then export GEN_TOPO_AUTOSCALE_PROCESSES=1; fi # On the EPN we should make sure to always use the node to the full extent
8484
fi
8585
# Some more options for running on the EPN

0 commit comments

Comments
 (0)