-
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
Run3-hcx331 Rearrange all plugins to the plugins directory in Calibration/HcalAlCaRecoProducers #35217
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35217/25165
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35217/25168
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35217/25176
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
@cmsbuild Please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35217/25177
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. It involves the following packages:
@yuanchao, @malbouis, @tvami, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
std::string hbheInput_; | ||
std::string hoInput_; | ||
std::string hfInput_; | ||
std::string Tracks_; |
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.
According to the CMS code style rules, the members should start with a lowercase letter. This seems to be obeyed here except for the Tracks_
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-aa9e47/18474/summary.html Comparison SummarySummary:
|
Hi @bsunanda thanks for changing the |
…aRecoProducers Small changes Code check small fix code check Code check make track_ instead of Track_
0dbd71f
to
fd973b3
Compare
@cmsbuild , please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35217/25183
|
Pull request #35217 was updated. @yuanchao, @malbouis, @tvami, @francescobrivio can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-aa9e47/18492/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:
Rearrange all plugins to the plugins directory in Calibration/HcalAlCaRecoProducers
PR validation:
Use the runTheMatrix test workflows
if this PR is a backport please specify the original PR and why you need to backport that PR:
Nothing special