Skip to content

Commit 924d203

Browse files
martenoleBenedikt Volkel
authored andcommitted
TRD Kr workflow bug fixes (#1295)
1 parent 6e030b5 commit 924d203

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ CTF_CONFIG+=" --require-free-disk 53687091200 --wait-for-free-disk $CTF_FREE_DIS
3535
WORKFLOW=
3636
add_W o2-dpl-raw-proxy "--dataspec \"$PROXY_INSPEC\" --readout-proxy \"--channel-config \\\"name=readout-proxy,type=pull,method=connect,address=ipc://@tf-builder-pipe-0,transport=shmem,rateLogging=1\\\"\"" "" 0
3737
add_W o2-trd-datareader "--disable-root-output --pipeline trd-datareader:$TRD_N_READERS"
38-
add_W o2-trd-kr-clusterer "--meta-output-dir $EPN2EOS_METAFILES_DIR --output-dir $CALIB_DIR --autosave-interval 105000 --pipeline trd-kr-clusterer:8"
38+
add_W o2-trd-kr-clusterer "--disable-root-input --meta-output-dir $EPN2EOS_METAFILES_DIR --output-dir $CALIB_DIR --autosave-interval 105000 --pipeline trd-kr-clusterer:8"
3939
if workflow_has_parameter QC && has_detector_qc TRD; then
4040
add_QC_from_consul "/o2/components/qc/ANY/any/trd-full-qcmn-test" "--local --host epn -b"
4141
fi
4242
if workflow_has_parameter CTF; then
4343
add_W o2-trd-entropy-encoder-workflow "$RANS_OPT --mem-factor ${TRD_ENC_MEMFACT:-1.5} --pipeline trd-entropy-encoder:$TRD_N_ENCODER"
44-
add_W o2-ctf-writer-workflow "$CONFIG_CTF"
44+
add_W o2-ctf-writer-workflow "$CTF_CONFIG"
4545
fi
4646

4747
# Finally add the o2-dpl-run workflow manually, allow for either printing the workflow or creating a topology (default)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
TRD-noise: "O2PDPSuite" reco,1,1,"SHMSIZE=$((128 << 30)) testing/detectors/TRD/trd-noise.sh"
2-
TRD-krypton: "O2PDPSuite" reco,40,35,"SHMSIZE=$((128 << 30)) testing/detectors/TRD/trd-kryptona.sh"
2+
TRD-krypton: "O2PDPSuite" reco,40,35,"SHMSIZE=$((128 << 30)) testing/detectors/TRD/trd-krypton.sh"

0 commit comments

Comments
 (0)