forked from AliceO2Group/ControlWorkflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoc-reconstructor-qc
More file actions
4 lines (4 loc) · 841 Bytes
/
foc-reconstructor-qc
File metadata and controls
4 lines (4 loc) · 841 Bytes
1
2
3
4
o2-dpl-raw-proxy -b --session default --dataspec 'x0:FOC/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --inject-missing-data --readout-proxy '--channel-config "name=readout-proxy,type=pull,method=connect,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=1"' \
| o2-focal-raw-decoder-workflow -b --session default --pipeline FOCALRawDecoderSpec:10 \
| o2-qc -b --session default --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/foc-raw-qc-{{ it }} \
| o2-dpl-output-proxy --environment DPL_OUTPUT_PROXY_ORDERED=1 -b --session default --dataspec 'padlayers:FOC/PADLAYERS/0;pixelhits:FOC/PIXELHITS/0;pixelchips:FOC/PIXELCHIPS/0;triggers:FOC/TRIGGERS/0;dd:FLP/DISTSUBTIMEFRAME/0' --dpl-output-proxy '--channel-config "name=downstream,type=push,method=bind,address=ipc:///tmp/stf-pipe-0,rateLogging=1,transport=shmem"'