We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f882b7f commit 1575edbCopy full SHA for 1575edb
DATA/production/qc-async/mft.json
@@ -105,6 +105,22 @@
105
"moduleName": "QcMFT",
106
"detectorName": "MFT",
107
"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"
124
}
125
126
},
0 commit comments