-
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
Addition to PixelDQM of Template correction to cluster charge #33635
Conversation
… the template correction itself
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33635/22501
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-33635/22503
|
A new Pull Request was created by @arossi83 (Alessandro Rossi) for master. It involves the following packages: DQM/SiPixelPhase1Track @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33635/22505
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-33635/22549
|
Pull request #33635 was updated. @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @rvenditti can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f49f31/14939/summary.html Found compilation warnings Comparison SummarySummary:
|
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@arossi83 There is a IB build warning from this PR From the summary page of PR test, there is also a warning which I overlooked: Would you please have a check and fix? Thanks! |
edm::ESHandle<TrackerGeometry> tracker = iSetup.getHandle(trackerGeomToken_); | ||
assert(tracker.isValid()); |
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.
How about just
const TrackerGeometry& tracker = iSetup.get(trackerGeomToken_);
? Or actually, tracker
seems to be unused so how about removing these two lines?
Pixel DQM: post PR #33635 merge fixes
PR description:
With this PR we introduce new distribution to the PixelPhase1 DQM:
(this distribution are added for each layers/rings/disks)
PR validation:
runTheMatrix.py -l 11024
if this PR is a backport please specify the original PR and why you need to backport that PR:
Not a backport and no backport foreseen