Skip to content

Commit 0f9d431

Browse files
committed
[MCH] add Clusters task in async
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.
1 parent 5a1079b commit 0f9d431

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

DATA/production/qc-async/mch-tracks.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,42 @@
2323
}
2424
},
2525
"tasks": {
26+
"MCHClusters": {
27+
"active": "true",
28+
"taskName": "Clusters",
29+
"className": "o2::quality_control_modules::muonchambers::ClustersTask",
30+
"moduleName": "QcMuonChambers",
31+
"detectorName": "MCH",
32+
"cycleDurationSeconds": "300",
33+
"maxNumberCycles": "-1",
34+
"dataSource": {
35+
"type": "direct",
36+
"query": "tracks:MCH/TRACKS;trackrofs:MCH/TRACKROFS;trackclusters:MCH/TRACKCLUSTERS"
37+
},
38+
"movingWindows": [
39+
"ClusterSizePerChamber",
40+
"ClustersPerChamber",
41+
"ClustersPerTrack"
42+
],
43+
"taskParameters": {},
44+
"grpGeomRequest": {
45+
"geomRequest": "Aligned",
46+
"askGRPECS": "false",
47+
"askGRPLHCIF": "false",
48+
"askGRPMagField": "false",
49+
"askMatLUT": "false",
50+
"askTime": "false",
51+
"askOnceAllButField": "true",
52+
"needPropagatorD": "false"
53+
}
54+
},
2655
"MCHTracks": {
2756
"active": "true",
2857
"taskName": "Tracks",
2958
"className": "o2::quality_control_modules::muon::TracksTask",
3059
"moduleName": "QcMUONCommon",
3160
"detectorName": "MCH",
32-
"cycleDurationSeconds": "180",
61+
"cycleDurationSeconds": "300",
3362
"maxNumberCycles": "-1",
3463
"dataSource": {
3564
"type": "direct",

0 commit comments

Comments
 (0)