Skip to content

Commit 7520493

Browse files
authored
Modernize TRD noise workflow (#1282)
1 parent ee18344 commit 7520493

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DATA/testing/detectors/TRD/trd-noise.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Make common arguments and helper functions such as add_W available
44
source common/setenv.sh
55
source common/getCommonArgs.sh
6+
source common/gen_topo_helper_functions.sh
67

78

89
# Define input data required by DPL (in this case all RAWDATA from TRD)
@@ -27,7 +28,7 @@ add_W o2-calibration-trd-workflow "--noise --calib-dds-collection-index 0"
2728
add_W o2-calibration-ccdb-populator-workflow "--ccdb-path $TRD_CCDB_PATH"
2829

2930
# Finally add the o2-dpl-run workflow manually, allow for either printing the workflow or creating a topology (default)
30-
WORKFLOW+="o2-dpl-run $ARGS_ALL"
31+
WORKFLOW+="o2-dpl-run $GLOBALDPLOPT $ARGS_ALL"
3132
[[ $WORKFLOWMODE != "print" ]] && WORKFLOW+=" --${WORKFLOWMODE} ${WORKFLOWMODE_FILE:-}"
3233
[[ $WORKFLOWMODE == "print" || "${PRINT_WORKFLOW:-}" == "1" ]] && echo "#Workflow command:\n\n${WORKFLOW}\n" | sed -e "s/\\\\n/\n/g" -e"s/| */| \\\\\n/g" | eval cat $( [[ $WORKFLOWMODE == "dds" ]] && echo '1>&2')
3334
if [[ $WORKFLOWMODE != "print" ]]; then eval $WORKFLOW; else true; fi

0 commit comments

Comments
 (0)