-
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 L1TPhase2MuonOffline and fix L1TRate_Offline and L1TStage2CaloLayer2Offline [CMSSW_12_5_X] #39363
Simplify L1TPhase2MuonOffline and fix L1TRate_Offline and L1TStage2CaloLayer2Offline [CMSSW_12_5_X] #39363
Conversation
A new Pull Request was created by @perrotta (Andrea Perrotta) for CMSSW_12_5_X. It involves the following packages:
@epalencia, @emanueleusai, @ahmad3213, @cmsbuild, @rekovic, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @cecilecaillol, @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-6262ac/27461/summary.html Comparison SummarySummary:
|
Pull request #39363 was updated. @epalencia, @emanueleusai, @ahmad3213, @cmsbuild, @rekovic, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @cecilecaillol, @rvenditti can you please check and sign again. |
I realized that not even #39261 was backported to 12_5_X, and that was a real bug fix for the L1T Phase2 DQM. I cherry picked also that PR here, then. |
please test |
type bugfix |
backport of #39297 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6262ac/27462/summary.html Comparison SummarySummary:
|
+1 |
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_6_X is complete. 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:
This PR comprehensively backports #39283 and #39297 by cherry picking the very same commits from them.
At the end, this PR does not apply any bug fix (the one originally included in #39283 was lately removed with #3929 because it was not correct) but clean up and simplify largely the structure of the class.
Since Phase2 L1T production is expected to come with 12_5_X, and there are still quite several issues to fix in that code overall, I think it can be better to keep the versions of the code synchronized between the two release cycles, and therefore also merge this PR. Moreover, it allows some performance improvement for that code.
=== Later comment:
I realized that not even #39261 was backported to 12_5_X, and that was a real bug fix for the L1T Phase2 DQM. I cherry picked also that PR here, then.
PR validation:
It builds, and it was already tested in master
backport of #39283, #39297 and #39261