Skip to content

Commit 6c94f77

Browse files
authored
Fix laser raw qc (#1706)
1 parent fb25410 commit 6c94f77

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
@@ -76,7 +76,7 @@ add_W o2-tpc-raw-to-digits-workflow "--ignore-grp --input-spec \"$CALIB_INSPEC\"
7676
add_W o2-tpc-reco-workflow " ${TPC_CORR_SCALING:-} --disable-ctp-lumi-request --input-type digitizer --output-type \"tracks,disable-writer,clusters\" --disable-mc --pipeline tpc-zsEncoder:20,tpc-tracker:8 ${GPU_CONFIG} ${REMAP} " "${RECO_CONFIG}"
7777
add_W o2-tpc-laser-track-filter "" "" 0
7878
add_W o2-dpl-output-proxy " --proxy-name tpc-laser-input-proxy --proxy-channel-name tpc-laser-input-proxy --dataspec \"$PROXY_OUTSPEC\" --channel-config \"name=tpc-laser-input-proxy,method=connect,type=push,transport=zeromq,rateLogging=0\" " "" 0
79-
add_QC_from_apricot "${QC_CONFIG}" "--local --host lcoalhost"
79+
add_QC_from_apricot "${QC_CONFIG}" "--local --host localhost"
8080

8181
WORKFLOW+="o2-dpl-run ${ARGS_ALL} ${GLOBALDPLOPT}"
8282
if [ $WORKFLOWMODE == "print" ]; then

0 commit comments

Comments
 (0)