-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[12_3_X] update BeamSpot HLT client to use correct raw data from TCDS #38103
[12_3_X] update BeamSpot HLT client to use correct raw data from TCDS #38103
Conversation
A new Pull Request was created by @francescobrivio for CMSSW_12_3_X. It involves the following packages:
@malbouis, @pmandrik, @emanueleusai, @ahmad3213, @tvami, @cmsbuild, @jfernan2, @ggovi, @francescobrivio, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
Successfully tested at DQM P5 playback using 352425 run, @emanueleusai |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b69f9/25044/summary.html Comparison SummarySummary:
|
+db
|
Just for reference, after this was deployed in production with the new menu, I can confirm that the And the |
backport of #38110 |
type bugfix |
@cms-sw/dqm-l2 a kind ping for signing this PR, it is already deployed online in P5 (see #38103 (comment)). |
+1 |
Pull request #38103 was updated. @malbouis, @pmandrik, @emanueleusai, @ahmad3213, @tvami, @cmsbuild, @jfernan2, @ggovi, @francescobrivio, @micsucmed, @rvenditti can you please check and sign again. |
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b69f9/25155/summary.html Comparison SummarySummary:
|
+db |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_5_X is complete. 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) |
+1 |
Just for the record, the new label |
PR description:
During the first runs with Stable Beams at 900 GeV in 2022 (Fill 7652) we realized that the BeamSpot HLT DQM client was correctly working (producing the beamspot DQM plots and the expected txt files), but no payload (or log) was uploaded to CondDB.
After some debugging this has been traced down to the fact that the stream
DQMOnlineBeamspot
does not contain information on raw tcds data. The need for raw tcds data was introduced in #37614 and it is used to assess the presence of Stable Beams or not.This PR adds the correct
rawDataInputTag
for thebeamhlt
DQM client and should be deployed in online DQM together with the new menu changes discussed in JIRA CMSHLT-2325 (more details are also available in the JIRA).PR validation:
Code compiles.
We can't do much more testing at the moment because we need a streamer file with the updated menu.
Backport:
Not a backport but forwardports to 12_4_X and 12_5_X will be opened soon.
Improvements to the unitTest will be added in a subsequent PR.
FYI @mmusich @dzuolo @gennai @missirol @Sam-Harper @boudoul