-
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
GetterOfProducts for output modules, use in DQMRootOutputModule #41460
GetterOfProducts for output modules, use in DQMRootOutputModule #41460
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41460/35322
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
805fe78
to
e0f085d
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41460/35323
|
A new Pull Request was created by @wddgit (W. David Dagenhart) for master. It involves the following packages:
@smuzaffar, @Dr15Jones, @makortel, @emanueleusai, @cmsbuild, @syuvivida, @pmandrik, @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-efaba3/32239/summary.html Comparison SummarySummary:
|
} | ||
} | ||
} | ||
} |
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.
Just to note, there seems to be room for abstraction to avoid copy-paste (not necessarily to be done in this PR, but I also don't mind if you do).
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 made it a template function. Seems better. Thanks.
e0f085d
to
9d851e4
Compare
Pull request #41460 was updated. @smuzaffar, @Dr15Jones, @makortel, @emanueleusai, @cmsbuild, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please check and sign again. |
please test This includes the constexpr improvement. I am not sure why several relVals failed in the last round of tests. It is not obvious to me from the log. I am just rerunning the tests. Maybe it is a transient issue unrelated to the PR? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-efaba3/32279/summary.html Comparison SummarySummary:
|
There is one nontrivial DQM plot difference here (e.g. not coming from MessageLogger): But I cannot see how that would come from this PR, so I'm gonna go ahead and assume this is spurious. |
+1 |
Seems like another occurrence of #41200 |
+core |
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) |
+1 |
PR description:
Extends support for GetterOfProducts to output modules and uses that instead of consumesMany in DQMRootOutputModule. DQMRootOutputModule is the last module using consumesMany in CMSSW outside of Core unit tests and finishing the consumesMany migration was the initial motivation for this work. Even without that motivation, it is a good thing that output modules now support GetterOfProducts in the same way as producers, filter and analyzers.
PR validation:
This includes a new unit test using GetterOfProducts to read products in a one, a limited and a global output module.