Skip to content

Commit cb840bd

Browse files
authored
Match recent changes in consul (#1235)
1 parent da4299c commit cb840bd

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

DATA/production/qc-async/mid.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dataSource": {
3535
"type": "direct",
3636
"query": "digits:MID/DATA;digits_rof:MID/DATAROF",
37-
"query_comment" : "100% sampling"
37+
"query_comment": "100% sampling"
3838
}
3939
},
4040
"MIDClusters": {
@@ -48,7 +48,7 @@
4848
"dataSource": {
4949
"type": "direct",
5050
"query": "clusters:MID/TRACKCLUSTERS;clusterrofs:MID/TRCLUSROFS",
51-
"query_comment" : "100% sampling"
51+
"query_comment": "100% sampling"
5252
}
5353
},
5454
"MIDTracks": {
@@ -62,36 +62,36 @@
6262
"dataSource": {
6363
"type": "direct",
6464
"query": "tracks:MID/TRACKS;trackrofs:MID/TRACKROFS",
65-
"query_comment" : "100% sampling"
65+
"query_comment": "100% sampling"
6666
}
6767
}
6868
},
6969
"checks": {
7070
"MIDDigits": {
71-
"active": "false",
71+
"active": "true",
7272
"checkName": "Digits",
7373
"className": "o2::quality_control_modules::mid::DigitsQcCheck",
7474
"moduleName": "QcMID",
7575
"detectorName": "MID",
7676
"policy": "OnAny",
7777
"checkParameters": {
78-
"MeanMultThreshold": "100."
78+
"MeanMultThreshold": "100.",
79+
"MinMultThreshold": "0.0",
80+
"NbOrbitPerTF": "32.",
81+
"LocalBoardScale": "200.0",
82+
"LocalBoardThreshold": "800.0",
83+
"NbBadLocalBoard": "10.",
84+
"NbEmptyLocalBoard": "117."
7985
},
8086
"dataSource": [
8187
{
8288
"type": "Task",
83-
"name": "MIDDigits",
84-
"MOs": [
85-
"mMultHitMT11B",
86-
"mMultHitMT12B",
87-
"mMultHitMT21B",
88-
"mMultHitMT22B"
89-
]
89+
"name": "MIDDigits"
9090
}
9191
]
9292
},
9393
"MIDClusters": {
94-
"active": "false",
94+
"active": "true",
9595
"checkName": "Clusters",
9696
"className": "o2::quality_control_modules::mid::ClustQcCheck",
9797
"moduleName": "QcMID",
@@ -100,28 +100,28 @@
100100
"dataSource": [
101101
{
102102
"type": "Task",
103-
"name": "MIDClusters",
104-
"MOs": []
103+
"name": "MIDClusters"
105104
}
106105
]
107106
},
108107
"MIDTracks": {
109-
"active": "false",
108+
"active": "true",
110109
"checkName": "Tracks",
111110
"className": "o2::quality_control_modules::mid::TracksQcCheck",
112111
"moduleName": "QcMID",
113112
"detectorName": "MID",
114113
"policy": "OnAny",
114+
"checkParameters": {
115+
"Ratio44Threshold": "0.1"
116+
},
115117
"dataSource": [
116118
{
117119
"type": "Task",
118-
"name": "MIDTracks",
119-
"MOs": []
120+
"name": "MIDTracks"
120121
}
121122
]
122123
}
123124
}
124125
},
125-
"dataSamplingPolicies": [
126-
]
127-
}
126+
"dataSamplingPolicies": []
127+
}

0 commit comments

Comments
 (0)