Skip to content

Commit f1f7d5e

Browse files
tomas-hermanchiarazampolli
authored andcommitted
MFT: Add cluster patterns to MC json.
1 parent 7b55505 commit f1f7d5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MC/config/QC/json/qc-mft-cluster.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.",
3737
"dataSource": {
3838
"type": "direct",
39-
"query": "randomcluster:MFT/COMPCLUSTERS/0;clustersrof:MFT/CLUSTERSROF/0"
39+
"query": "randomcluster:MFT/COMPCLUSTERS/0;clustersrof:MFT/CLUSTERSROF/0;patterns:MFT/PATTERNS/0",
4040
},
4141
"taskParameters": {
4242
"myOwnKey": "myOwnValue"
@@ -50,12 +50,12 @@
5050
"dataSource": [{
5151
"type": "Task",
5252
"name": "QcMFTClusterTask",
53-
"MOs": ["mMFTClusterSensorIndex"]
53+
"MOs" : ["mClusterOccupancy","mClusterPatternIndex","mClusterSizeSummary","mGroupedClusterSizeSummary","mClusterOccupancySummary"]
5454
}],
5555
"className": "o2::quality_control_modules::mft::QcMFTClusterCheck",
5656
"moduleName": "QcMFT",
5757
"detectorName": "MFT",
58-
"policy": "OnAny"
58+
"policy": "OnEachSeparately"
5959
}
6060
}
6161
},

0 commit comments

Comments
 (0)