-
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
Clean-up in CalibTracker/SiStripHitEfficiency
and add trend of efficiency vs lumi, PU and BX in SiStripHitEfficiencyHarvester
#41050
Clean-up in CalibTracker/SiStripHitEfficiency
and add trend of efficiency vs lumi, PU and BX in SiStripHitEfficiencyHarvester
#41050
Conversation
… of efficiency trends per layer vs variable (PU, inst. lumi, bx number)
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41050/34622
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@cmsbuild, @tvami, @saumyaphor4252, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-45e8dc/31267/summary.html Comparison SummarySummary:
|
I see diffs in |
Yes, these would be due to the MEs I have added, see PR description |
+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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
CalibTracker/SiStripHitEfficiency/plugins/SiStripHitEfficiencyHarvester.cc
Show resolved
Hide resolved
CalibTracker/SiStripHitEfficiency/plugins/SiStripHitEfficiencyHarvester.cc
Show resolved
Hide resolved
@@ -509,12 +503,12 @@ void SiStripHitEfficiencyHarvester::printTotalStatistics( | |||
int subdetfound[5]; |
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.
can we just set these equal to {0} here and remove lines 506-510?
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.
Well, maybe, but what's the benefit?
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.
It's a bit cleaner.
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.
Since I had to touch the module again, I addressed this at a50bccd
+1 |
PR description:
This PR offers some clean-up of the
CalibTracker/SiStripHitEfficiency
codes:In addition I implement in
SiStripHitEfficiencyHarvester
a generic function for summary plots of efficiency trends per layer vs variable (PU, inst. lumi, bx number) in commit fba034e. This will show up directly in the GUI efficiency plots vs event quantities.PR validation:
Run successfully the following command:
and obtained the following plots:
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:
Not a backport, but will be backported to CMSSW_13_0_X for data-taking purposes.