Skip to content

Commit

Permalink
[MCH] add Clusters task in async
Browse files Browse the repository at this point in the history
Add the Clusters task to the async configuration, using parameters
similar to those already validated in online.
The task also adds three moving window plots that are updated every 5 minutes.
  • Loading branch information
aferrero2707 committed Dec 6, 2024
1 parent 5a1079b commit 0f9d431
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion DATA/production/qc-async/mch-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,42 @@
}
},
"tasks": {
"MCHClusters": {
"active": "true",
"taskName": "Clusters",
"className": "o2::quality_control_modules::muonchambers::ClustersTask",
"moduleName": "QcMuonChambers",
"detectorName": "MCH",
"cycleDurationSeconds": "300",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "tracks:MCH/TRACKS;trackrofs:MCH/TRACKROFS;trackclusters:MCH/TRACKCLUSTERS"
},
"movingWindows": [
"ClusterSizePerChamber",
"ClustersPerChamber",
"ClustersPerTrack"
],
"taskParameters": {},
"grpGeomRequest": {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
}
},
"MCHTracks": {
"active": "true",
"taskName": "Tracks",
"className": "o2::quality_control_modules::muon::TracksTask",
"moduleName": "QcMUONCommon",
"detectorName": "MCH",
"cycleDurationSeconds": "180",
"cycleDurationSeconds": "300",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
Expand Down

0 comments on commit 0f9d431

Please sign in to comment.