-
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
fixed typo for recHitEE_ #31293
fixed typo for recHitEE_ #31293
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31293/18011
|
A new Pull Request was created by @jwill24 (Justin Williams) for master. It involves the following packages: PhysicsTools/NanoAOD @gouskos, @cmsbuild, @fgolf, @mariadalfonso, @santocch, @peruzzim can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@jwill24 |
type bug-fix |
+1 |
|
I tested the code before and after I fixed the typo. I printed the subdetector for the "recHitsEE" collection. Before the fix, the EB rechits were assigned to this collection. Now, the EE recHits are correctly assigned to this collection. Begin processing the 1st record. Run 306125, Event 1681216989, LumiSection 927 on stream 0 at 04-Sep-2020 11:07:58.151 CDT Begin processing the 1st record. Run 306125, Event 1681216989, LumiSection 927 on stream 0 at 04-Sep-2020 11:16:40.642 CDT |
questions:
|
Yes, the seedGain is now for the correct collections. |
do you have further comments? @cms-sw/xpog-l2 |
+xpog |
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 |
@jwill24 |
@mariadalfonso I have started the back port PR. See #31497 |
PR description:
Providing a fix for a gainSeed issue with the EGM producer in nanoAOD corresponding to cms-nanoAOD#534
A typo was causing the issue. The correction was to change recHitsEB_ ---> recHitsEE_.