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
Upload the default list of fake dead channels to the local CCDB (assuming that an instance of the local CCDB is running):
21
+
Upload the default list of fake dead channels to the local CCDB (assuming that an instance of the local CCDB is running, see below):
22
22
23
23
```shell
24
24
root -l
@@ -27,24 +27,53 @@ root -l
27
27
28
28
The macro is also used to keep track of the fake dead channels, which are generated in `makeFakeDeadChannels()`.
29
29
30
-
## buils_rejectList.C
30
+
## build_rejectList.C
31
31
32
-
This macro analyses the Quality flag and the Occupancy plot in the QCCDB and searches for issues appearing in the middle of the run, e.g. local board(s) that become noisy and are then excluded from the data taking by the user logic of the CRU.
33
-
It then correlate this information with the GRPECS object in the CCDB in order to create a reject list that will allow to mask the faulty local board(s) from slightly before the problem appeared till the end of the run.
32
+
This macro analyses the quality flag and the occupancy plots in the QCCDB and searches for issues appearing in the middle of the run, e.g. local board(s) that become noisy and are then excluded from the data taking by the user logic of the CRU.
33
+
It then correlates this information with the GRPECS object in the CCDB in order to create a reject list that will allow to mask the faulty local board(s) from slightly before the problem appeared till the end of the run.
34
34
35
-
Notice that the QCDB is not directly reachable from outside CERN. In that case one needs to first create an ssh tunnel:
35
+
If a problem is found, the macro will ask to upload the reject list in the local CCDB.
36
+
For this, one needs to have the local CCDB up and running (see below).
0 commit comments