Skip to content

Commit eb217a3

Browse files
authored
TPC - Add min ADC value in pedestal workflow (#1669)
* Add min adc value for tpc-pedestal * correct syntax
1 parent aa264e9 commit eb217a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DATA/production/calib/tpc-pedestal.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ HOST=localhost
1919

2020
#QC_CONFIG="consul-json://alio2-cr1-hv-con01.cern.ch:8500/o2/components/qc/ANY/any/tpc-pedestal-calib-qcmn"
2121
QC_CONFIG="components/qc/ANY/any/tpc-pedestal-calib-qcmn"
22+
CALIB_CONFIG="TPCCalibPedestal.ADCMin=20"
23+
2224

2325
max_events=50
2426
publish_after=400
@@ -37,7 +39,7 @@ fi
3739

3840
WORKFLOW=
3941
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
40-
add_W o2-tpc-calib-pad-raw "--input-spec \"$CALIB_INSPEC\" --publish-after-tfs ${publish_after} --max-events ${max_events} --lanes 36"
42+
add_W o2-tpc-calib-pad-raw "--input-spec \"$CALIB_INSPEC\" --publish-after-tfs ${publish_after} --max-events ${max_events} --lanes 36" "${CALIB_CONFIG}"
4143
add_W o2-calibration-ccdb-populator-workflow "--ccdb-path \"http://o2-ccdb.internal\" " "" 0
4244
add_QC_from_apricot "${QC_CONFIG}" "--local --host localhost"
4345

0 commit comments

Comments
 (0)