Skip to content

Commit acbbefd

Browse files
committed
couple of fixes
1 parent cb12a4e commit acbbefd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For a general overview of our (O2) software, organization and processes, please
2020
* [Post-processing example](doc/QuickStart.md#post-processing-example)
2121
* [Modules development](doc/ModulesDevelopment.md)
2222
* [Context](doc/ModulesDevelopment.md#context)
23-
* [QC architecture](doc/ModulesDevelopment.md#qc-architecture)
23+
* [QC architecture](doc/ModulesDevelopment.md#qc-architecture)
2424
* [DPL](doc/ModulesDevelopment.md#dpl)
2525
* [Data Sampling](doc/ModulesDevelopment.md#data-sampling)
2626
* [Code Organization](doc/ModulesDevelopment.md#code-organization)

doc/QuickStart.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you click on the item in the tree again, you will see an updated version of t
102102

103103
In the example above, the devices are configured in the config file named `basic.json`. It is installed in `$QUALITYCONTROL_ROOT/etc`. Each time you rebuild the code, `$QUALITYCONTROL_ROOT/etc/basic.json` is overwritten by the file in the source directory (`~/alice/QualityControl/Framework/basic.json`).
104104

105-
The configuration for the QC is made of many parameters described in an [advanced section of the documentation](Advanced.md#configuration-files-details). TODO update link
105+
The configuration for the QC is made of many parameters described in an [this chapter of the documentation](Configuration.md).
106106

107107
For now we can see below the definition of a task. `moduleName` and `className` specify respectively the library and the class to load and instantiate to do the actual job of the task.
108108
```json
@@ -133,8 +133,6 @@ o2-qc-run-postprocessing --config json://${QUALITYCONTROL_ROOT}/etc/postprocessi
133133

134134
On the [QCG website](https://qcg-test.cern.ch/?page=objectTree) you will see a TTree and additional plots visible under the path `/qc/TST/MO/ExampleTrend`. They show how different properties of the Example histogram change during time. The longer the applications are running, the more data will be visible.
135135

136-
The post-processing framework and its convenience classes allow to trend and correlate various characteristics of histograms and other data structures generated by QC tasks and checks. One can create their own post-processing tasks or use the ones included in the framework and configure them for one's own needs.
137-
138-
TODO add a link to the postprocessing chapter
136+
The [post-processing component](doc/PostProcessing.md) and its convenience classes allow to trend and correlate various characteristics of histograms and other data structures generated by QC tasks and checks. One can create their own post-processing tasks or use the ones included in the framework and configure them for one's own needs.
139137

140138
[↑ Go to the Table of Content ↑](../README.md) | [Continue to Modules Development →](ModulesDevelopment.md)

0 commit comments

Comments
 (0)