-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[15.0.X] Improvements to ScoutingCollectionMonitor
#48655
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
[15.0.X] Improvements to ScoutingCollectionMonitor
#48655
Conversation
|
A new Pull Request was created by @mmusich for CMSSW_15_0_X. It involves the following packages:
@Martin-Grunewald, @antoniovagnerini, @cmsbuild, @ctarricone, @mmusich, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
|
cms-bot internal usage |
|
test parameters:
|
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
|
+hlt
|
|
+dqm |
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_15_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_15_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
backport of #48646
PR description:
This PR is a follow-up to #48450.
When inspecting the output of the DQM online scouting distributions for 2025 data-taking I noticed that the rate of objects to monitor is such that we are exhausting the number of entries per bin in single precision, see e.g. https://tinyurl.com/2bbsyrpx or https://tinyurl.com/23rw78su (certain bins getting capped at a fixed value).
The goal of this PR is to book the various distributions to be monitored as
TH1Dinstead ofTH1F(similarly in spirit to what was done for #45225, see also issue #45183).Additionally I provide commit d091e88, in which the
onlyScoutingflag forScoutingCollectionMonitoris flipped to false. This is possible because we're actually saving thehltOnlineMetaDataDigistoDQMOnlineScoutingstream (see also CMSHLT-3585).PR validation:
scram b runtests_TestDQMOnlineClient-scouting_dqm_sourceclientruns fine and without warnings.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Verbatim backport of #48646 to CMSSW_15_0_X for data-taking operations.