-
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
DQM: Online mode for DQMStore #41736
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41736/35602
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41736/35605
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41736/35606
|
A new Pull Request was created by @jfernan2 for master. It involves the following packages:
@nothingface0, @emanueleusai, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f830fd/32754/summary.html Comparison SummarySummary:
|
urgent |
+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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
@@ -753,6 +753,8 @@ namespace dqm { | |||
void debugTrackME(const char* message, MonitorElement* me_local, MonitorElement* me_global) const; | |||
// accesor to keep MEsToSave_ private | |||
const auto& getMEsToSave() const { return MEsToSave_; } | |||
// accesor to keep onlineMode_ private | |||
const bool& getMode() const { return onlineMode_; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have rather called the method getOnlineMode()
, or onlineMode()
, so that the following line can become more understandable:
https://github.com/cms-sw/cmssw/pull/41736/files#diff-f9ea48cd2e3bd19ffa700c26566b06832095be6446c78486bd8612fe369b8b18R105
But ok, let merge as such (at least for the master) and I'll let you @jfernan2 decide whether it is worth to rename it or not
+1 |
PR description:
After the merging of #41400 and its master PR version, some plots[0-3] in Online DQM started misbehaving due to the change of scope introduced by perLS.
This PR tries to distangle Online and Offline modes for DQMStore to avoid such problem
[0] https://github.com/cms-sw/cmssw/blob/master/DQMServices/Core/python/nanoDQMIO_perLSoutput_cff.py#L29-L31
[1] https://github.com/cms-sw/cmssw/blob/master/DQMServices/Core/python/nanoDQMIO_perLSoutput_cff.py#L89-L106
[2] https://github.com/jfernan2/cmssw/blob/5053a4c9343a94ed630a8f824a76f01c3618708f/DQMServices/Core/python/nanoDQMIO_perLSoutput_cff.py#L35-L56
[3] https://github.com/jfernan2/cmssw/blob/5053a4c9343a94ed630a8f824a76f01c3618708f/DQMServices/Core/python/nanoDQMIO_perLSoutput_cff.py#L58-L70
PR validation:
Successfully tested in DQM Online playback, not affecting Offline