-
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
Migrate some modules in SimCalorimetry to esConsumes #34995
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34995/24850
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b67ecb/18004/summary.html Comparison SummarySummary:
|
@makortel , do you have an explanation for differences? |
I don't. Interestingly all the differences are in the DD4Hep workflow 11634.911. Let's try again. |
@cmsbuild, please test |
Could this be another symptom of #34448 such that this PR causes something in the Run 3 + DD4Hep configuration the geometry and magnetic field ESProducers to run in opposite order? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b67ecb/18069/summary.html Comparison SummarySummary:
|
No differences this time, so the problem appears to have some randomness. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b67ecb/18085/summary.html Comparison SummarySummary:
|
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) |
+1 |
PR description:
Part of #31061. The
EcalSelectiveReadoutSuppressor
(used byEcalSelectiveReadoutProducer
) required some reorganization in order to be constructed in the constructor ofEcalSelectiveReadoutProducer
so that theedm::ConsumesCollector
can be passed to it.PR validation:
Code compiles.