Skip to content

Commit

Permalink
Add missing runtype parameter for qc (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunzer authored Sep 26, 2024
1 parent 058558b commit bfdb79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/calib/tpc-laser-filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PROXY_OUTSPEC="A:TPC/LASERTRACKS;B:TPC/CEDIGITS;D:TPC/CLUSREFS"
HOST=localhost

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


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

0 comments on commit bfdb79b

Please sign in to comment.