Skip to content

Commit 206fc16

Browse files
rmunzerwiechula
authored andcommitted
Fix laser-raw-filter
1 parent f08626e commit 206fc16

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

DATA/testing/detectors/TPC/tpc-laser-raw-filter.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,17 @@ CALIB_INSPEC="A:TPC/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0"
1616
NLANES=36
1717
SESSION="default"
1818
PIPEADD="0"
19-
ARGS_FILES="keyval.output_dir=/dev/null"
2019

2120
HOST=localhost
22-
CALIB_CONFIG="keyval.output_dir=/dev/null"
2321
QC_CONFIG="consul-json://alio2-cr1-hv-con01.cern.ch:8500/o2/components/qc/ANY/any/tpc-raw-qcmn"
2422
QC_CONFIG_CONSUL=/o2/components/qc/ANY/any/tpc-raw-qcmn
2523
# TODO use add_W function from gen_topo_helper_functions.sh to assemble workflow
2624
# as done for example in https://github.com/AliceO2Group/O2DPG/blob/master/DATA/production/calib/its-threshold-processing.sh
2725

2826
WORKFLOW=
2927
add_W o2-dpl-raw-proxy "--dataspec \"$PROXY_INSPEC\" --inject-missing-data --channel-config \"name=readout-proxy,type=pull,method=connect,address=ipc://@tf-builder-pipe-0,transport=shmem,rateLogging=1\"" "" 0
30-
add_W o2-tpc-raw-to-digits-workflow "--input-spec \"$CALIB_INSPEC\" --remove-duplicates --pipeline tpc-raw-to-digits-0:24" "${CALIB_CONFIG}"
31-
add_W o2-tpc-krypton-raw-filter "tpc-raw-to-digits-0:24 --lanes $NLANES --writer-type EPN --meta-output-dir $EPN2EOS_METAFILES_DIR --output-dir $CALIB_DIR --threshold-max 20 --max-tf-per-file 8000 --time-bins-before 20 --max-time-bins 650" "${CALIB_CONFIG}" 0
28+
add_W o2-tpc-raw-to-digits-workflow "--ignore-grp --input-spec \"$CALIB_INSPEC\" --remove-duplicates --pipeline tpc-raw-to-digits-0:20"
29+
add_W o2-tpc-krypton-raw-filter "tpc-raw-to-digits-0:24 --lanes $NLANES --writer-type EPN --meta-output-dir $EPN2EOS_METAFILES_DIR --output-dir $CALIB_DIR --threshold-max 20 --max-tf-per-file 8000 --time-bins-before 20 --max-time-bins 650"
3230
add_QC_from_consul "${QC_CONFIG_CONSUL}" "--local --host lcoalhost"
3331

3432

0 commit comments

Comments
 (0)