Skip to content

Commit

Permalink
Update documentation (QC-129) (#128)
Browse files Browse the repository at this point in the history
* data format addendum
  • Loading branch information
Barthelemy authored Apr 8, 2019
1 parent 6fc581e commit 45c6152
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ qcRunReadout

The data sampling is configured to sample 1% of the data as the readout should run by default at full speed.

#### Readout data received by the Task

The header is a O2 header populated with data from the header built by the Readout.
The payload received is a 2MB (configurable) data page made of CRU pages (8kB).

__Configuration file__

The configuration file is installed in `$QUALITYCONTROL_ROOT/etc`. Each time you rebuild the code, `$QUALITYCONTROL_ROOT/etc/readout.json` is overwritten by the file in the source directory (`~/alice/QualityControl/Framework/readout.json`).
Expand Down Expand Up @@ -364,10 +369,6 @@ qcRunBasic

You should see the QcTask at qcg-test.cern.ch with an object `Example` updating.

#### Note on the data format

The header is a O2 header populated with data from the header built by the Readout. The payload received in the QC is a CRU data page.

## Modification of a Task

Fill in the methods in RawDataQcTask.cxx. For example, make it send a second histogram.
Expand Down

0 comments on commit 45c6152

Please sign in to comment.