Skip to content

Commit 6727e06

Browse files
committed
MID: check the filtered digits in the async QC
1 parent 242e1b8 commit 6727e06

File tree

1 file changed

+41
-7
lines changed

1 file changed

+41
-7
lines changed

DATA/production/qc-async/mid.json

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "ccdb-test.cern.ch:8080"
7-
},
8-
"Activity": {
6+
"host": "ccdb-test.cern.ch:8080"
97
},
8+
"Activity": {},
109
"monitoring": {
1110
"url": "infologger:///debug?qc"
1211
},
@@ -27,7 +26,19 @@
2726
"cycleDurationSeconds": "60",
2827
"dataSource": {
2928
"type": "direct",
30-
"query": "digits:MID/DATA;digits_rof:MID/DATAROF"
29+
"query": "digits:MID/DATA;digits_rof:MID/DATAROF"
30+
}
31+
},
32+
"MIDFilteredDigits": {
33+
"active": "true",
34+
"taskName": "FilteredDigits",
35+
"className": "o2::quality_control_modules::mid::DigitsQcTask",
36+
"moduleName": "QcMID",
37+
"detectorName": "MID",
38+
"cycleDurationSeconds": "60",
39+
"dataSource": {
40+
"type": "direct",
41+
"query": "digits:MID/FDATA;digits_rof:MID/FDATAROF"
3142
}
3243
},
3344
"MIDClusters": {
@@ -39,7 +50,7 @@
3950
"cycleDurationSeconds": "60",
4051
"dataSource": {
4152
"type": "direct",
42-
"query": "clusters:MID/TRACKCLUSTERS;clusterrofs:MID/TRCLUSROFS"
53+
"query": "clusters:MID/TRACKCLUSTERS;clusterrofs:MID/TRCLUSROFS"
4354
}
4455
},
4556
"MIDTracks": {
@@ -51,7 +62,7 @@
5162
"cycleDurationSeconds": "60",
5263
"dataSource": {
5364
"type": "direct",
54-
"query": "tracks:MID/TRACKS;trackrofs:MID/TRACKROFS"
65+
"query": "tracks:MID/TRACKS;trackrofs:MID/TRACKROFS"
5566
}
5667
}
5768
},
@@ -79,6 +90,29 @@
7990
}
8091
]
8192
},
93+
"MIDFilteredDigits": {
94+
"active": "true",
95+
"checkName": "FilteredDigits",
96+
"className": "o2::quality_control_modules::mid::DigitsQcCheck",
97+
"moduleName": "QcMID",
98+
"detectorName": "MID",
99+
"policy": "OnAny",
100+
"checkParameters": {
101+
"MeanMultThreshold": "100.",
102+
"MinMultThreshold": "0.0",
103+
"NbOrbitPerTF": "32.",
104+
"LocalBoardScale": "200.0",
105+
"LocalBoardThreshold": "800.0",
106+
"NbBadLocalBoard": "10.",
107+
"NbEmptyLocalBoard": "117."
108+
},
109+
"dataSource": [
110+
{
111+
"type": "Task",
112+
"name": "MIDFilteredDigits"
113+
}
114+
]
115+
},
82116
"MIDClusters": {
83117
"active": "true",
84118
"checkName": "Clusters",
@@ -113,4 +147,4 @@
113147
}
114148
},
115149
"dataSamplingPolicies": []
116-
}
150+
}

0 commit comments

Comments
 (0)