Skip to content

Commit

Permalink
[EMCAL-1118] Request addRunNumber in calibrator task
Browse files Browse the repository at this point in the history
Needed for start / end of message instruction in object
send to the DCS CCDB
  • Loading branch information
mfasDa committed Sep 26, 2024
1 parent bfdb79b commit 5f026e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/calib/emc-pedestal-processing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PROXY_OUTSPEC="downstream:EMC/PEDDATA/0"

WORKFLOW=
add_W o2-dpl-raw-proxy "--dataspec \"$PROXY_INSPEC\" --inject-missing-data --channel-config \"name=readout-proxy,type=pull,method=connect,address=ipc://@$INRAWCHANNAME,transport=shmem,rateLogging=1\"" "" 0
add_W o2-calibration-emcal-pedestal-processor-workflow "--pipeline PedestalProcessor:${NEMCPROCPIPELINES}"
add_W o2-calibration-emcal-pedestal-processor-workflow --addRunNumber "--pipeline PedestalProcessor:${NEMCPROCPIPELINES}"
add_W o2-dpl-output-proxy "--dataspec \"$PROXY_OUTSPEC\" --proxy-channel-name emc-pedestal-input-proxy --channel-config \"name=emc-pedestal-input-proxy,method=connect,type=push,transport=zeromq,rateLogging=1\"" "" 0
WORKFLOW+="o2-dpl-run ${ARGS_ALL} ${GLOBALDPLOPT}"

Expand Down

0 comments on commit 5f026e7

Please sign in to comment.