Skip to content

Commit 7e1758e

Browse files
Barthelemyknopers8
authored andcommitted
Update modules documentation (QC-174) (#228)
* more * fix cmake * QC-174 fix doc * Remove extra new line
1 parent b4a6c18 commit 7e1758e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

doc/ModulesDevelopment.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ For example, if your detector 3-letter code is ABC you might want to do
154154
```
155155
# we are in ~/alice
156156
cd QualityControl/Modules
157-
./o2-qc-module-configurator.sh -m Abc # create the module
158-
./o2-qc-module-configurator.sh -t RawDataQcTask # add a task
157+
./o2-qc-module-configurator.sh -m Abc -t RawDataQcTask # create the module and a task
159158
```
160159

161160
## Test run
@@ -174,9 +173,11 @@ The config file is called `basic.json` and is located in `$QUALITYCONTROL_ROOT/e
174173
Change the lines as indicated below :
175174

176175
```
177-
"MyRawDataQcTask": {
178-
"className": "o2::quality_control_modules::abc::RawDataQcTask",
179-
"moduleName": "QcAbc",
176+
"tasks": {
177+
"MyRawDataQcTask": {
178+
"active": "true",
179+
"className": "o2::quality_control_modules::abc::RawDataQcTask",
180+
"moduleName": "QcAbc",
180181
```
181182

182183
Now we can run it

0 commit comments

Comments
 (0)