Skip to content

Commit d9cd2c7

Browse files
shahor02davidrohr
authored andcommitted
Enable AOD production in the FST
1 parent f4f10f3 commit d9cd2c7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -z $CTF_DIR ]; then CTF_DIR=$FILEWORKDIR; fi # D
1313
if [ -z $CTF_DICT_DIR ]; then CTF_DICT_DIR=$FILEWORKDIR; fi # Directory of CTF dictionaries
1414
if [ -z $CTF_METAFILES_DIR ]; then CTF_METAFILES_DIR="/dev/null"; fi # Directory where to store CTF files metada, /dev/null : skip their writing
1515
if [ -z $RECO_NUM_NODES_WORKFLOW ]; then RECO_NUM_NODES_WORKFLOW=250; fi # Number of EPNs running this workflow in parallel, to increase multiplicities if necessary, by default assume we are 1 out of 250 servers
16-
if [ -z $CTF_MINSIZE ]; then CTF_MINSIZE="500000000"; fi # accumulate CTFs until file size reached
16+
if [ -z $CTF_MINSIZE ]; then CTF_MINSIZE="2000000000"; fi # accumulate CTFs until file size reached
1717
if [ -z $CTF_MAX_PER_FILE ]; then CTF_MAX_PER_FILE="10000"; fi # but no more than given number of CTFs per file
1818
if [ -z $IS_SIMULATED_DATA ]; then IS_SIMULATED_DATA=1; fi # processing simulated data
1919

@@ -447,6 +447,11 @@ workflow_has_parameter CALIB && has_detector_calib TPC && has_detectors TPC ITS
447447
[ -z "$ED_CLUSTERS" ] && ED_CLUSTERS=$TRACK_SOURCES
448448
workflow_has_parameter EVENT_DISPLAY && [ $NUMAID == 0 ] && add_W o2-eve-display "--display-tracks $ED_TRACKS --display-clusters $ED_CLUSTERS $EVE_CONFIG $DISABLE_MC" "$ITSMFT_FILES"
449449

450+
# ---------------------------------------------------------------------------------------------------------------------
451+
# AOD
452+
[ -z "$AOD_INPUT" ] && AOD_INPUT=$TRACK_SOURCES
453+
workflow_has_parameter AOD && add_W o2-aod-producer-workflow "--info-sources $AOD_INPUT --disable-root-input --aod-writer-keep dangling --aod-writer-resfile "AO2D" --aod-writer-resmode UPDATE $DISABLE_MC"
454+
450455
# ---------------------------------------------------------------------------------------------------------------------
451456
# Quality Control
452457
workflow_has_parameter QC && { source $MYDIR/qc-workflow.sh; [[ $? != 0 ]] && exit 1; }

0 commit comments

Comments
 (0)