Skip to content

Commit

Permalink
MFT: new configuration check for async qc (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edingrast authored Jul 8, 2024
1 parent f882b7f commit 1575edb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DATA/production/qc-async/mft.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,22 @@
"moduleName": "QcMFT",
"detectorName": "MFT",
"policy": "OnEachSeparately"
},
"MFTTracks": {
"active": "true",
"checkName": "Tracks",
"dataSource": [{
"type": "Task",
"name": "MFTTracks",
"MOs" : ["mClusterRatioVsBunchCrossing"]
}],
"checkParameters" : {
"onlineQC" : "0"
},
"className": "o2::quality_control_modules::mft::QcMFTTrackCheck",
"moduleName": "QcMFT",
"detectorName": "MFT",
"policy": "OnEachSeparately"
}
}
},
Expand Down

0 comments on commit 1575edb

Please sign in to comment.