Skip to content

Commit 1575edb

Browse files
authored
MFT: new configuration check for async qc (#1679)
1 parent f882b7f commit 1575edb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

DATA/production/qc-async/mft.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,22 @@
105105
"moduleName": "QcMFT",
106106
"detectorName": "MFT",
107107
"policy": "OnEachSeparately"
108+
},
109+
"MFTTracks": {
110+
"active": "true",
111+
"checkName": "Tracks",
112+
"dataSource": [{
113+
"type": "Task",
114+
"name": "MFTTracks",
115+
"MOs" : ["mClusterRatioVsBunchCrossing"]
116+
}],
117+
"checkParameters" : {
118+
"onlineQC" : "0"
119+
},
120+
"className": "o2::quality_control_modules::mft::QcMFTTrackCheck",
121+
"moduleName": "QcMFT",
122+
"detectorName": "MFT",
123+
"policy": "OnEachSeparately"
108124
}
109125
}
110126
},

0 commit comments

Comments
 (0)