Skip to content

Commit 26675e0

Browse files
authored
Update obsolete script reference in QC MC documentation (#1839)
The original example script was deleted by Benedikt in March and superseded by `O2DPG_pp_minbias.sh`.
1 parent 920b341 commit 26675e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MC/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Corresponding files will be created in the current directory, QC objects will be
1818
```
1919
alienv enter O2/latest O2Physics/latest QualityControl/latest O2DPG/latest
2020
cd MC/run/examples
21-
./O2DPG_pp_minbias_multiple_tf_qc.sh
21+
./O2DPG_pp_minbias.sh
2222
```
2323
If the script does not succeed, contact the repository maintainers.
2424
Sometimes an intermittent issue might appear, then it might be worth executing the script again - it will pick up from the latest failed task.
@@ -67,7 +67,7 @@ def include_all_QC_finalization(ntimeframes, standalone):
6767
6868
```
6969

70-
6. Delete the files generated by the workflow during step 2 and run the `O2DPG_pp_minbias_multiple_tf_qc.sh` script again.
70+
6. Delete the files generated by the workflow during step 2 and run the `O2DPG_pp_minbias.sh` script again.
7171
Verify that the QC Task succeeds.
7272
You can run only the parts of the workflow which are required to reach your QC task by adding `-tt <task_name>_finalize` to `o2_dpg_workflow_runner.py`.
7373
Logs are available under task names in their working directories: tf<n> when processing TFs and QC during finalization.
@@ -90,7 +90,7 @@ Add your QC post-processing workflow there using the `add_QC_postprocessing` fun
9090
See its in-code documentation for argument explanation and follow the existing examples.
9191
Please make sure to set the correct `needs`, so the post-processing workflow is executed only when the required QC objects are already in the QCDB.
9292

93-
3. Delete the files generated by the workflow during the previous steps and run the `O2DPG_pp_minbias_multiple_tf_qc.sh` script again.
93+
3. Delete the files generated by the workflow during the previous steps and run the `O2DPG_pp_minbias.sh` script again.
9494
Verify that the QC post-processing workflow succeeds.
9595
You can run only the parts of the workflow which are required to reach your QC task by adding `-tt <task_name>_finalize` to `o2_dpg_workflow_runner.py`.
9696
Relevant logs are available under task names in the `QC` directory.

0 commit comments

Comments
 (0)