-
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
ECAL esConsumes migration of Calibration packages #35107
ECAL esConsumes migration of Calibration packages #35107
Conversation
Calibration/EcalAlCaRecoProducers/plugins/SelectedElectronFEDListProducer.cc
Outdated
Show resolved
Hide resolved
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35107/24998
|
A new Pull Request was created by @thomreis (Thomas Reis) for master. It involves the following packages:
@yuanchao, @malbouis, @cmsbuild, @tvami, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
//! eta size of the additive border to the sub-matrix | ||
// int m_etaBorder ; //FIXME |
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.
is this commented out code expected to be used?
//! phi size of the additive border to the sub-matrix | ||
// int m_phiBorderEB //FIXME; |
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.
is this commented out code expected to be used?
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 do not know. I just did the esConsumes migration and I do not use this code otherwise.
//! eta size of the regions | ||
int m_etaWidth; | ||
const int m_etaWidth; | ||
// std::map<int,float> m_eta; |
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.
is this commented out code expected to be used?
@cmsbuild , please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35107/25028
|
Pull request #35107 was updated. @yuanchao, @malbouis, @tvami, @francescobrivio can you please check and sign again. |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
Does not look like an error that is related to this PR. |
Yes indeed, I'll re-trigger tests later |
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a2f821/18271/summary.html Comparison SummarySummary:
|
+alca |
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:
This PR migrates ECAL related code in the Calibration packages to esConsumes (#31061). In addition
getByLabel()
calls were replaced bygetByToken()
and legacy module types were migrated to multithreaded module types.PR validation:
Code compiles.