File tree Expand file tree Collapse file tree
DATA/testing/detectors/TRD Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Make common arguments and helper functions such as add_W available
44source common/setenv.sh
55source 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"
2728add_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' )
3334if [[ $WORKFLOWMODE != " print" ]]; then eval $WORKFLOW ; else true ; fi
You can’t perform that action at this time.
0 commit comments