-
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
Fixes and modifications on GEM TnP efficiency plots #42639
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42639/36696
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-42639/36705
|
A new Pull Request was created by @jo100sun (jo100) for master. It involves the following packages:
@nothingface0, @emanueleusai, @clacaputo, @mandrenguyen, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build ClangBuild BuildI found compilation warning when building: See details on the summary page. Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
@mandrenguyen Yes, it has a bugfix for my previous PR #40554. With the fix in this PR, it calculates the correct edge distance which is slightly larger than previous version. As a result, it adds more GEM matches to Trackermuons. |
@emanueleusai |
@jo100sun we need 13_0, 13_1, and 13_2 |
+reconstruction |
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, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
type muon |
type bug-fix |
Fixes and modifications on GEM TnP efficiency plots (backport of #42639, 13_2_X)
Fixes and modifications on GEM TnP efficiency plots (backport of #42639, 13_1_X)
Fixes and modifications on GEM TnP efficiency plots (backport of #42639, 13_0_X)
PR description:
This PR introduces fixes and modifications to the GEM TnP efficiency plots.
The GEM TnP efficiency plots needed some fixes since they have inconsistent legends, overlapping stations and the wrong number of entries in some plots.
Changes:
Station Separation: GE11 and GE21 were overlapping on certain plots. These plots have been separated for each station for clarity.
Bugfix for Residual Plots: The residual plots are being filled even when there was no hit on the GEM to match the track to. This misrepresented the actual entry number. With this PR, filling occurs only when a hit is present.
Code Cleanup: Removed unnecessary parts of the code.
Legend Update: Legends have been updated for better clarity.
Bugfix on the trapezoid width calculation at the propagation of a Trackermuon.
PR validation:
Validation was performed using the command runTheMatrix.py -l 24450.0 -w upgrade. We verified that the plots after the PR reflect all the changes listed above.
@jshlee @watson-ij