-
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
Remove duplication of configuration of EGammaSuperclusterProducer
in the Phase-2 HLT menu
#47286
Remove duplication of configuration of EGammaSuperclusterProducer
in the Phase-2 HLT menu
#47286
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47286/43602 |
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test test_check_phase2_hlt_duplicates had ERRORS Comparison SummarySummary:
|
fa54d43
to
0c0e528
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47286/43606 |
Pull request #47286 was updated. @Martin-Grunewald, @cmsbuild, @mmusich can you please check and sign again. |
please test |
Pull request #47286 was updated. @Martin-Grunewald, @cmsbuild, @mmusich can you please check and sign again. |
03d8572
to
5a907b7
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47286/43609 |
Pull request #47286 was updated. @Martin-Grunewald, @cmsbuild, @mmusich can you please check and sign again. |
please test |
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
|
+hlt
|
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. @mandrenguyen, @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
thanks @mmusich ! |
fixes #47145
PR description:
Title says it all. Addresses the "duplication" (even though the modules are not actually scheduled) of
EGammaSuperclusterProducer
modules configured with the same parameters in the Phase-2 HLT menu, by changing theInputTags
ofhltTiclEGammaSuperClusterProducerL1Seeded
andhltTiclEGammaSuperClusterProducerUnseeded
directly in the clone of the offline configuration, instead of within thetoModify
calls of the process modifiers (commit fa54d43), such that two fully independent configuration are.In the other commit 8cf3728, I introduce a new unit test aimed to catch any possible duplicates in the Phase-2 HLT menu and fail in case it finds any.
PR validation:
scram b runtests_test_check_phase2_hlt_duplicates
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
Cc:
@rovere @waredjeb