Skip to content

Commit 5b39c14

Browse files
authored
MFT: new parameter name for digits and clusters (#1724)
1 parent ab8d3ed commit 5b39c14

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

DATA/production/qc-async/mft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"MOs" : ["mClusterOccupancy","mClusterPatternIndex","mClusterSizeSummary","mGroupedClusterSizeSummary","mClusterOccupancySummary"]
9999
}],
100100
"checkParameters" : {
101-
"ZoneThresholdMedium" : "2",
102-
"ZoneThresholdBad" : "5"
101+
"LadderThresholdMedium" : "1",
102+
"LadderThresholdBad" : "2"
103103
},
104104
"className": "o2::quality_control_modules::mft::QcMFTClusterCheck",
105105
"moduleName": "QcMFT",

DATA/production/qc-sync/mft-full-no-tracks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
"detectorName": "MFT",
139139
"policy": "OnEachSeparately",
140140
"checkParameters" : {
141-
"ZoneThresholdMedium" : "2",
142-
"ZoneThresholdBad" : "5"
141+
"LadderThresholdMedium" : "1",
142+
"LadderThresholdBad" : "2"
143143
},
144144
"dataSource": [{
145145
"type": "Task",
@@ -155,8 +155,8 @@
155155
"MOs" : ["mClusterOccupancy","mClusterPatternIndex","mClusterSizeSummary", "mGroupedClusterSizeSummary","mClusterOccupancySummary"]
156156
}],
157157
"checkParameters" : {
158-
"ZoneThresholdMedium" : "2",
159-
"ZoneThresholdBad" : "5"
158+
"LadderThresholdMedium" : "1",
159+
"LadderThresholdBad" : "2"
160160
},
161161
"className": "o2::quality_control_modules::mft::QcMFTClusterCheck",
162162
"moduleName": "QcMFT",

DATA/production/qc-sync/mft-full.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@
174174
"detectorName": "MFT",
175175
"policy": "OnEachSeparately",
176176
"checkParameters" : {
177-
"ZoneThresholdMedium" : "2",
178-
"ZoneThresholdBad" : "5"
177+
"LadderThresholdMedium" : "1",
178+
"LadderThresholdBad" : "2"
179179
},
180180
"dataSource": [{
181181
"type": "Task",
@@ -191,8 +191,8 @@
191191
"MOs" : ["mClusterOccupancy","mClusterPatternIndex","mClusterSizeSummary", "mGroupedClusterSizeSummary","mClusterOccupancySummary"]
192192
}],
193193
"checkParameters" : {
194-
"ZoneThresholdMedium" : "2",
195-
"ZoneThresholdBad" : "5"
194+
"LadderThresholdMedium" : "1",
195+
"LadderThresholdBad" : "2"
196196
},
197197
"className": "o2::quality_control_modules::mft::QcMFTClusterCheck",
198198
"moduleName": "QcMFT",

MC/config/QC/json/mft-clusters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
}
7676
],
7777
"checkParameters": {
78-
"ZoneThresholdMedium": "2",
79-
"ZoneThresholdBad": "5"
78+
"LadderThresholdMedium": "1",
79+
"LadderThresholdBad": "2"
8080
},
8181
"className": "o2::quality_control_modules::mft::QcMFTClusterCheck",
8282
"moduleName": "QcMFT",

MC/config/QC/json/mft-digits-0.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"detectorName": "MFT",
6868
"policy": "OnEachSeparately",
6969
"checkParameters": {
70-
"ZoneThresholdMedium": "2",
71-
"ZoneThresholdBad": "5"
70+
"LadderThresholdMedium": "1",
71+
"LadderThresholdBad": "2"
7272
},
7373
"dataSource": [
7474
{
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"dataSamplingPolicies": []
88-
}
88+
}

MC/config/QC/json/mft-digits-1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"detectorName": "MFT",
6868
"policy": "OnEachSeparately",
6969
"checkParameters": {
70-
"ZoneThresholdMedium": "2",
71-
"ZoneThresholdBad": "5"
70+
"LadderThresholdMedium": "1",
71+
"LadderThresholdBad": "2"
7272
},
7373
"dataSource": [
7474
{
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"dataSamplingPolicies": []
88-
}
88+
}

MC/config/QC/json/mft-digits-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"detectorName": "MFT",
6868
"policy": "OnEachSeparately",
6969
"checkParameters": {
70-
"ZoneThresholdMedium": "2",
71-
"ZoneThresholdBad": "5"
70+
"LadderThresholdMedium": "1",
71+
"LadderThresholdBad": "2"
7272
},
7373
"dataSource": [
7474
{
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"dataSamplingPolicies": []
88-
}
88+
}

MC/config/QC/json/mft-digits-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"detectorName": "MFT",
6868
"policy": "OnEachSeparately",
6969
"checkParameters": {
70-
"ZoneThresholdMedium": "2",
71-
"ZoneThresholdBad": "5"
70+
"LadderThresholdMedium": "1",
71+
"LadderThresholdBad": "2"
7272
},
7373
"dataSource": [
7474
{
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"dataSamplingPolicies": []
88-
}
88+
}

MC/config/QC/json/mft-digits-4.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"detectorName": "MFT",
6868
"policy": "OnEachSeparately",
6969
"checkParameters": {
70-
"ZoneThresholdMedium": "2",
71-
"ZoneThresholdBad": "5"
70+
"LadderThresholdMedium": "1",
71+
"LadderThresholdBad": "2"
7272
},
7373
"dataSource": [
7474
{
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"dataSamplingPolicies": []
88-
}
88+
}

0 commit comments

Comments
 (0)