Skip to content

Commit 90f54a1

Browse files
mfasDaBenedikt Volkel
authored andcommitted
[EMCAL-756] Moving windows for EMCAL async QC (#1661)
Histograms from cell task: - Amp vs. SM - Time vs. SM - Occupancy > 500 MeV - Av. energy - Av. time For calibration checks. Cycle duration: 5 minutes. (cherry picked from commit 3362e43)
1 parent 3b56a78 commit 90f54a1

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

DATA/production/qc-async/emc.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,18 @@
2121
"className": "o2::quality_control_modules::emcal::CellTask",
2222
"moduleName": "QcEMCAL",
2323
"detectorName": "EMC",
24-
"cycleDurationSeconds": "60",
24+
"cycleDurationSeconds": "300",
2525
"dataSource": {
2626
"type": "direct",
2727
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
28-
}
28+
},
29+
"movingWindows": [
30+
"averageCellTime_PHYS",
31+
"cellAmplitudeSupermodule_PHYS",
32+
"averageCellEnergy_PHYS",
33+
"averageCellTime_PHYS",
34+
"cellOccupancyEMCwThr_PHYS"
35+
]
2936
},
3037
"ClusterTaskEMCAL": {
3138
"active": "true",

DATA/production/qc-async/emc_PbPb.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"className": "o2::quality_control_modules::emcal::CellTask",
2222
"moduleName": "QcEMCAL",
2323
"detectorName": "EMC",
24-
"cycleDurationSeconds": "60",
24+
"cycleDurationSeconds": "300",
2525
"dataSource": {
2626
"type": "direct",
2727
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
@@ -35,7 +35,14 @@
3535
"TotalEnergyRangeSM": "200",
3636
"TotalEnergyRange": "2000",
3737
"TotalEnergyMaxCellTime": "25"
38-
}
38+
},
39+
"movingWindows": [
40+
"averageCellTime_PHYS",
41+
"cellAmplitudeSupermodule_PHYS",
42+
"averageCellEnergy_PHYS",
43+
"averageCellTime_PHYS",
44+
"cellOccupancyEMCwThr_PHYS"
45+
]
3946
},
4047
"ClusterTaskEMCAL": {
4148
"active": "true",

0 commit comments

Comments
 (0)