Skip to content

Commit

Permalink
[EMCAL-756] Moving windows for EMCAL async QC (#1661)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mfasDa authored and Benedikt Volkel committed Jun 21, 2024
1 parent 3b56a78 commit 90f54a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions DATA/production/qc-async/emc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,18 @@
"className": "o2::quality_control_modules::emcal::CellTask",
"moduleName": "QcEMCAL",
"detectorName": "EMC",
"cycleDurationSeconds": "60",
"cycleDurationSeconds": "300",
"dataSource": {
"type": "direct",
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
}
},
"movingWindows": [
"averageCellTime_PHYS",
"cellAmplitudeSupermodule_PHYS",
"averageCellEnergy_PHYS",
"averageCellTime_PHYS",
"cellOccupancyEMCwThr_PHYS"
]
},
"ClusterTaskEMCAL": {
"active": "true",
Expand Down
11 changes: 9 additions & 2 deletions DATA/production/qc-async/emc_PbPb.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"className": "o2::quality_control_modules::emcal::CellTask",
"moduleName": "QcEMCAL",
"detectorName": "EMC",
"cycleDurationSeconds": "60",
"cycleDurationSeconds": "300",
"dataSource": {
"type": "direct",
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
Expand All @@ -35,7 +35,14 @@
"TotalEnergyRangeSM": "200",
"TotalEnergyRange": "2000",
"TotalEnergyMaxCellTime": "25"
}
},
"movingWindows": [
"averageCellTime_PHYS",
"cellAmplitudeSupermodule_PHYS",
"averageCellEnergy_PHYS",
"averageCellTime_PHYS",
"cellOccupancyEMCwThr_PHYS"
]
},
"ClusterTaskEMCAL": {
"active": "true",
Expand Down

0 comments on commit 90f54a1

Please sign in to comment.