You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Run number and other run attributes (period, pass type, provenance)](doc/ModulesDevelopment.md#run-number-and-other-run-attributes-period-pass-type-provenance)
51
47
*[A more advanced example](doc/ModulesDevelopment.md#a-more-advanced-example)
*[Developing QC modules on a machine with FLP suite](doc/Advanced.md#developing-qc-modules-on-a-machine-with-flp-suite)
101
-
*[Switch detector in the workflow <em>readout-dataflow</em>](doc/Advanced.md#switch-detector-in-the-workflow-readout-dataflow)
102
-
*[Get all the task output to the infologger](doc/Advanced.md#get-all-the-task-output-to-the-infologger)
103
-
*[Using a different config file with the general QC](doc/Advanced.md#using-a-different-config-file-with-the-general-qc)
104
-
*[Enable the repo cleaner](doc/Advanced.md#enable-the-repo-cleaner)
105
-
*[Configuration](doc/Advanced.md#configuration-1)
106
-
*[Merging multiple configuration files into one](doc/Advanced.md#merging-multiple-configuration-files-into-one)
107
-
*[Definition and access of simple user-defined task configuration ("taskParameters")](doc/Advanced.md#definition-and-access-of-simple-user-defined-task-configuration-taskparameters)
108
-
*[Definition and access of user-defined configuration ("extendedTaskParameters")](doc/Advanced.md#definition-and-access-of-user-defined-configuration-extendedtaskparameters)
109
-
*[Definition of new arguments](doc/Advanced.md#definition-of-new-arguments)
110
-
*[Plugging the QC to an existing DPL workflow](#plugging-the-qc-to-an-existing-dpl-workflow)
111
-
*[Production of QC objects outside this framework](#production-of-qc-objects-outside-this-framework)
112
-
*[Multi-node setups](#multi-node-setups)
113
-
*[Batch processing](#batch-processing)
114
-
*[Moving window](#moving-window)
115
-
*[Monitor cycles](#monitor-cycles)
116
-
*[Writing a DPL data producer](#writing-a-dpl-data-producer)
117
-
*[Custom merging](#custom-merging)
118
-
*[Critical, resilient and non-critical tasks](#critical-resilient-and-non-critical-tasks)
119
-
*[QC with DPL Analysis](#qc-with-dpl-analysis)
120
-
*[Uploading objects to QCDB](#uploading-objects-to-qcdb)
121
-
*[Propagating Check results to RCT in Bookkeeping](#propagating-check-results-to-rct-in-bookkeeping)
*[Definition and access of simple user-defined task configuration ("taskParameters")](doc/Configuration.md#definition-and-access-of-simple-user-defined-task-configuration-taskparameters)
86
+
*[Definition and access of user-defined configuration ("extendedTaskParameters")](doc/Configuration.md#definition-and-access-of-user-defined-configuration-extendedtaskparameters)
87
+
*[QCDB and CCDB](doc/QCDB.md)
88
+
*[QCDB vs CCDB](doc/QCDB.md#qcdb-vs-ccdb)
89
+
*[Details on the data storage format in the QCDB](doc/QCDB.md#details-on-the-data-storage-format-in-the-qcdb)
90
+
*[Custom metadata for QC objects in the QCDB](doc/QCDB.md#custom-metadata-for-qc-objects-in-the-qcdb)
91
+
*[Instructions to move an object in the QCDB](doc/QCDB.md#instructions-to-move-an-object-in-the-qcdb)
92
+
*[Accessing objects in CCDB](doc/QCDB.md#accessing-objects-in-ccdb)
93
+
*[Access GRP objects with GRP Geom Helper](doc/QCDB.md#access-grp-objects-with-grp-geom-helper)
94
+
*[Global Tracking Data Request helper](doc/QCDB.md#global-tracking-data-request-helper)
95
+
*[Local CCDB setup](doc/QCDB.md#local-ccdb-setup)
96
+
*[FLP Suite](doc/FLPsuite.md)
97
+
*[Developing QC modules on a machine with FLP suite](doc/FLPsuite.md#developing-qc-modules-on-a-machine-with-flp-suite)
98
+
*[Switch detector in the workflow <em>readout-dataflow</em>](doc/FLPsuite.md#switch-detector-in-the-workflow-readout-dataflow)
99
+
*[Get all the task output to the infologger](doc/FLPsuite.md#get-all-the-task-output-to-the-infologger)
100
+
*[Using a different config file with the general QC](doc/FLPsuite.md#using-a-different-config-file-with-the-general-qc)
101
+
*[Enable the repo cleaner](doc/FLPsuite.md#enable-the-repo-cleaner)
102
+
*[Definition of new arguments](doc/FLPsuite.md#definition-of-new-arguments)
103
+
*[Reference data](doc/FLPsuite.md#reference-data)
104
+
*[Miscellaneous](doc/Miscellaneous.md)
105
+
*[Asynchronous Data and Monte Carlo QC operations](doc/Miscellaneous.md#asynchronous-data-and-monte-carlo-qc-operations)
Copy file name to clipboardExpand all lines: doc/FAQ.md
+2-29Lines changed: 2 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@
15
15
*[Run](#run)
16
16
*[Why are my QC processes using 100% CPU ?](#why-are-my-qc-processes-using-100-cpu-)
17
17
*[QCDB](#qcdb)
18
-
*[How to see which objects are stored in the CCDB ?](#how-to-see-which-objects-are-stored-in-the-ccdb-)
19
-
*[How to delete objects from the CCDB ?](#how-to-delete-objects-from-the-ccdb-)
18
+
*[How to see which objects are stored in the QCDB ?](#how-to-see-which-objects-are-stored-in-the-ccdb-)
20
19
*[My objects are not stored due to their size. What can I do ?](#my-objects-are-not-stored-due-to-their-size-what-can-i-do-)
21
20
<!--te-->
22
21
@@ -72,38 +71,12 @@ There are more options in the "Advanced" section of this guide.
72
71
73
72
## QCDB
74
73
75
-
### How to see which objects are stored in the CCDB ?
74
+
### How to see which objects are stored in the QCDB ?
76
75
77
76
The easiest is to use the QCG (QC GUI). If you use the central test CCDB, you can use the central test QCG. Simply direct your browser to [https://qcg-test.cern.ch](https://qcg-test.cern.ch).
78
77
79
78
If for some reason you don't want or can't use the QCG, the CCDB provides a web interface accessible at [http://ccdb-test.cern.ch:8080/browse/](http://ccdb-test.cern.ch:8080/browse/).
80
79
81
-
### How to delete objects from the CCDB ?
82
-
83
-
#### The nuclear option
84
-
85
-
By accessing `http://ccdb-test.cern.ch:8080/truncate/path/to/folder/.*` you will delete all the objects at the given path. Careful with that please ! Don't delete data of others.<br/>In production it will of course not be possible to do so.
86
-
87
-
#### A set of run exported from the logbook
88
-
89
-
Use `o2-qc-repo-delete-objects-in-runs`. The `--help` will tell you all you need to know about this tool.
90
-
`--print-list` is very useful to see what will be deleted.
*[Plugging the QC to an existing DPL workflow](#plugging-the-qc-to-an-existing-dpl-workflow)
10
9
*[Production of QC objects outside this framework](#production-of-qc-objects-outside-this-framework)
11
10
*[Multi-node setups](#multi-node-setups)
@@ -750,4 +749,4 @@ is setup, one can update the monitoring url in the config file to point to it.
750
749
751
750
---
752
751
753
-
[← Go back to Post-Processing](PostProcessing.md) | [↑ Go to the Table of Content ↑](../README.md) | [Continue to Configuration →](Configuration.md)
752
+
[← Go back to Modules development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md) | [Continue to Configuration →](Configuration.md)
0 commit comments