[16_0_X] HcalDQM: Add calibration monitoring to offline sequence #50596
[16_0_X] HcalDQM: Add calibration monitoring to offline sequence #50596lwang046 wants to merge 3 commits intocms-sw:CMSSW_16_0_Xfrom
Conversation
|
A new Pull Request was created by @lwang046 for CMSSW_16_0_X. It involves the following packages:
@cmsbuild, @ctarricone, @gabrielmscampos, @nothingface0, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
cms-bot internal usage |
|
please test |
|
backport of #50598 |
|
@lwang046 Please, add |
|
-1 Failed Tests: RelVals Failed RelVals
|
… and update summary plots with per-FED misfire monitoring granularity
|
Pull request #50596 was updated. @cmsbuild, @ctarricone, @gabrielmscampos, @nothingface0, @rseidita can you please check and sign again. |
The two failures with segfault are caused by an invalid FED 0 entry in _vhashFEDs. There is no FED0 histogram booked in cSummaryvsLS_FED, so Container2D dereferences a null ME pointer and crashes. FED0 should not enter _vhashFEDs. |
|
test parameters:
|
|
please test |
|
+1 Size: This PR adds an extra 40KB to repository Comparison SummarySummary:
|
PR description:
In PR #48510 and PR #48679 we added monitoring of hcal calibration units for online sequence, this PR will sync the same monitoring to the offline hcal dqm sequence, adding FED based summary plots for DigiRunSummary folder.
PR validation:
Developed and tested on top of CMSSW_16_0_4_patch1. A recent run 402560 is processed with offline code with plots shown in local hcal DQM gui, and compare it with the central online GUI, all looks in consistency, except for the NchsHF in FED 1118 and 1120, that is another issue currently under investigation by Hcal group