-
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
simplify implementation of SiPixelQualityESProducer
and use multiple instances of it
#42497
simplify implementation of SiPixelQualityESProducer
and use multiple instances of it
#42497
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42497/36501
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
7a7fa1d
to
e2b08dd
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42497/36502
|
A new Pull Request was created by @missirol (Marino Missiroli) for master. It involves the following packages:
@perrotta, @Martin-Grunewald, @consuegs, @civanch, @mdhildreth, @cmsbuild, @missirol, @saumyaphor4252, @tvami, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
SiPixelQualityESProducer
and use multiple instances of itSiPixelQualityESProducer
and use multiple instances of it
e2b08dd
to
48ec58f
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42497/36504
|
Pull request #42497 was updated. @perrotta, @Martin-Grunewald, @consuegs, @civanch, @mdhildreth, @cmsbuild, @missirol, @saumyaphor4252, @tvami, @francescobrivio can you please check and sign again. |
test parameters:
|
please test |
Pull request #42497 was updated. @perrotta, @Martin-Grunewald, @consuegs, @civanch, @mdhildreth, @cmsbuild, @missirol, @saumyaphor4252, @tvami, @francescobrivio can you please check and sign again. |
Another rebase was needed. I hope now this can proceed to review, and possibly integration. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c586eb/34385/summary.html Comparison SummarySummary:
|
+hlt |
@cms-sw/simulation-l2 @cms-sw/alca-l2 @cms-sw/db-l2 , could you please review this PR ? |
+db |
+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, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR includes a change tested as part of #42492.
As a way to disentangle the
SiPixelQuality
ES product used by HLT from other ones used at times in other steps (e.g. the one with label"forDigitizer"
), the implementation of the ESProducer is simplified to return just one ES product, and separate instances of the ESProducer are added to the python configuration. In order to load the 'extra' ESProducers only when appropriate, calls tomakeProcessModifier
are used in thecfi
files to remove the modules from thecms.Process
when the relevant modifiers are not enabled.Merely technical. No changes expected (in terms of physics results).
PR validation:
A few selected wfs of
runTheMatrix.py
passed.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:
N/A