-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt uGMT DQM for new readout menu following the disabling of the zero suppression #38115
Conversation
The following changes were done to cope with the uGMT readout menu following the removal of the zero suppression of the uGMT: - Removed zero suppression folder from uGMT DQM - Ignore BX range mismatches in uGMT muon copy comparisons as we read out only the central BX for the copies but +/-2 for the main outputs. - Enable uGMT muon copy comparisons for all events (not just the validation events). - Ignore BX range mismathes for the data-emulator comparisons for the same reason. - Move the main uGMT DQM plots behind the fat events filter as otherwise the BX distribution plots would be heavily biased towards the central BX. (Because only the central BX is read out in standard events for the inputs.)
This enables comparisons of hadronic showers at the EMTF outputs with the ones found at the uGMT inputs.
Remove alerting on incorrect zero suppression and disable BX range checks.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38115/30230
|
A new Pull Request was created by @dinyar (Dinyar Rabady) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
attn @vukasinmilosevic for L1T DQM |
Will have another look at this, might have removed the uGMT standard plots entirely by mistake.. |
So, it looks like those plots are just not generated because no events passed the fat events filter (see [1]). What's not clear to me is whether this is an issue e.g., for RelVals or other offline workflows? Removing the draft state to indicate that expert feedback would be useful. -d [1]
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38115/30243 ERROR: Build errors found during clang-tidy run.
|
a1cc3fb
to
54e2e35
Compare
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38115/30251
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
Pull request #38115 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @micsucmed, @rvenditti can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7b2ba5/25124/summary.html Comparison SummarySummary:
|
Hi, this one affect l1t_dqm_sourceclient-*_cfg.py clients. We need a backport to CMSSW_12_3_X to test it at P5 |
Speculatively created also #38174. |
Hi, at the moment CMSSW_12_3_4_patch2 is used at the DQM production machines, please check DQM playback and let me know if it is ready to be deployed at P5 for operation, the 12_4_X is probably also useful but not at the moment |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
Discussions are still ongoing in 12_3_X on P5 tests: |
+1 |
These plots were removed from the DQM in cms-sw/cmssw#38115.
These plots were removed from the DQM in cms-sw/cmssw#38115.
PR description:
This PR updates the uGMT DQM following changes made to the readout menu after we disabled the zero suppression. It also includes some changes to add plots for the new hadronic showers.
In particular:
PR validation:
Ran the usual
runTheMatrix
andscram
checks.