Skip to content

Commit

Permalink
TPC - Add min ADC value in pedestal workflow (AliceO2Group#1669)
Browse files Browse the repository at this point in the history
* Add min adc value for tpc-pedestal

* correct syntax
  • Loading branch information
rmunzer authored and Florian Eisenhut committed Jul 1, 2024
1 parent 575c4c6 commit 9674164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DATA/production/calib/tpc-pedestal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ HOST=localhost

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


max_events=50
publish_after=400
Expand All @@ -37,7 +39,7 @@ fi

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

Expand Down

0 comments on commit 9674164

Please sign in to comment.