Skip to content

Commit d858536

Browse files
authored
its-threshold-processing.sh: allow-empy-rofs for all calib scan
1 parent 43c9be8 commit d858536

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DATA/production/calib/its-threshold-processing.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,15 @@ if [ $RUNTYPE_ITS == "tuningbb" ]; then
2727
ADDITIONAL_OPTIONS_CAL="--min-vcasn 30 --max-vcasn 130"
2828
fi
2929
if [[ $RUNTYPE_ITS == "tot1row" || $RUNTYPE_ITS == "vresetd" ]]; then
30-
ADDITIONAL_OPTIONS_DEC="--allow-empty-rofs"
3130
ADDITIONAL_OPTIONS_CAL="--ninj 10"
3231
fi
3332
if [ $RUNTYPE_ITS == "totfullfast" ]; then
34-
ADDITIONAL_OPTIONS_DEC="--allow-empty-rofs"
3533
ADDITIONAL_OPTIONS_CAL="--calculate-slope --charge-a 30 --charge-b 60 --ninj 10"
3634
fi
3735

3836
WORKFLOW=
3937
add_W o2-dpl-raw-proxy "--exit-transition-timeout 20 --dataspec \"$PROXY_INSPEC\" --inject-missing-data --channel-config \"name=readout-proxy,type=pull,method=connect,address=ipc://@$INRAWCHANNAME,rateLogging=0,transport=shmem\"" "" 0
40-
add_W o2-itsmft-stf-decoder-workflow "${ADDITIONAL_OPTIONS_DEC} --always-parse-trigger --condition-tf-per-query -1 --condition-backend \"http://localhost:8084\" --ignore-dist-stf --nthreads 1 --no-clusters --no-cluster-patterns --pipeline its-stf-decoder:${NDECODERS} --enable-calib-data --digits"
38+
add_W o2-itsmft-stf-decoder-workflow "${ADDITIONAL_OPTIONS_DEC} --allow-empty-rofs --always-parse-trigger --condition-tf-per-query -1 --condition-backend \"http://localhost:8084\" --ignore-dist-stf --nthreads 1 --no-clusters --no-cluster-patterns --pipeline its-stf-decoder:${NDECODERS} --enable-calib-data --digits"
4139
for i in $(seq 0 $((CHIPMODBASE-1)))
4240
do
4341
add_W o2-its-threshold-calib-workflow "-b ${ADDITIONAL_OPTIONS_CAL} --enable-single-pix-tag --ccdb-mgr-url=\"http://localhost:8084\" --nthreads 1 --chip-mod-selector $i --chip-mod-base $CHIPMODBASE --fittype derivative --output-dir \"/data/calibration\" --meta-output-dir \"/data/epn2eos_tool/epn2eos\" --meta-type \"calibration\"" "" 0

0 commit comments

Comments
 (0)