Skip to content

Commit bfdb79b

Browse files
authored
Add missing runtype parameter for qc (#1753)
1 parent 058558b commit bfdb79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/calib/tpc-laser-filter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROXY_OUTSPEC="A:TPC/LASERTRACKS;B:TPC/CEDIGITS;D:TPC/CLUSREFS"
4747
HOST=localhost
4848

4949
QC_CONFIG="consul-json://alio2-cr1-hv-con01.cern.ch:8500/o2/components/qc/ANY/any/tpc-laser-calib-qcmn?run_type=${RUNTYPE:-}"
50-
QC_CONFIG="components/qc/ANY/any/tpc-laser-calib-qcmn"
50+
QC_CONFIG="components/qc/ANY/any/tpc-laser-calib-qcmn?run_type=${RUNTYPE:-}"
5151

5252

5353
RAWDIGIT_CONFIG="TPCDigitDump.NoiseThreshold=3;TPCDigitDump.LastTimeBin=600;NameConf.mDirGRP=$FILEWORKDIR;NameConf.mDirGeom=$FILEWORKDIR2;NameConf.mDirCollContext=$FILEWORKDIR;NameConf.mDirMatLUT=$FILEWORKDIR"

0 commit comments

Comments
 (0)