Skip to content

Commit c74238c

Browse files
authored
[MCH] added MW plots for digits and preclusters async QC (#2027)
Two MW plots are added in the MCH async QC configuration, one providing the board-by-board readout rate and the other the board-by-board pseudo-efficiency.
1 parent 40625bf commit c74238c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
"type": "direct",
3737
"query": "digits:MCH/DIGITS"
3838
},
39+
"movingWindows": [
40+
"RateSignalPerDualSampa"
41+
],
3942
"taskParameters": {
43+
"Enable1DRateMaps": "true",
44+
"Enable2DRateMaps": "false",
4045
"Diagnostic": "false"
4146
},
4247
"grpGeomRequest": {

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
"dataSource": {
5050
"type": "direct",
5151
"query": "preclusters:MCH/PRECLUSTERS/0;preclusterdigits:MCH/PRECLUSTERDIGITS/0"
52+
},
53+
"movingWindows": [
54+
"PseudoeffPerDualSampa"
55+
],
56+
"taskParameters": {
57+
"Enable1DPseudoeffMaps": "true",
58+
"Enable2DPseudoeffMaps": "false"
5259
}
5360
},
5461
"FRofs": {
@@ -68,4 +75,4 @@
6875
}
6976
}
7077
}
71-
}
78+
}

0 commit comments

Comments
 (0)