Skip to content
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

Merged
merged 1 commit into from
Sep 17, 2020
Merged

fixed typo for recHitEE_ #31293

merged 1 commit into from
Sep 17, 2020

Conversation

jwill24
Copy link
Contributor

@jwill24 jwill24 commented Aug 29, 2020

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_.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31293/18011

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

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.
@gpetruc this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@mariadalfonso
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 29, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+1
Tested at: d280640
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ec13da/9004/summary.html
CMSSW: CMSSW_11_2_X_2020-08-29-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ec13da/9004/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 35
  • DQMHistoTests: Total histograms compared: 2609667
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2609644
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 34 files compared)
  • Checked 149 log files, 22 edm output root files, 35 DQM output files

@mariadalfonso
Copy link
Contributor

@jwill24
no difference are found by automatic tests.
can on report/document on which sample you saw that fixing this typo will fix the gainSeed problem ?

@mariadalfonso
Copy link
Contributor

type bug-fix

@santocch
Copy link

santocch commented Sep 2, 2020

+1

@mariadalfonso
Copy link
Contributor

@jwill24
no difference are found by automatic tests.
can on report/document on which sample you saw that fixing this typo will fix the gainSeed problem ?

@jwill24 @jainshilpi

@jwill24
Copy link
Contributor Author

jwill24 commented Sep 4, 2020

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.
I am using the following dataset: /DoubleEG/Run2017F-09Aug2019_UL2017-v1/MINIAOD
Here is a print out of my test before and after the fix:

Begin processing the 1st record. Run 306125, Event 1681216989, LumiSection 927 on stream 0 at 04-Sep-2020 11:07:58.151 CDT
Before fix ----> Event: 1681216989, recHitsEE subdet: 1
Begin processing the 2nd record. Run 306125, Event 1680484069, LumiSection 927 on stream 0 at 04-Sep-2020 11:08:12.523 CDT
Before fix ----> Event: 1680484069, recHitsEE subdet: 1

Begin processing the 1st record. Run 306125, Event 1681216989, LumiSection 927 on stream 0 at 04-Sep-2020 11:16:40.642 CDT
After fix ----> Event: 1681216989, recHitsEE subdet: 2
Begin processing the 2nd record. Run 306125, Event 1680484069, LumiSection 927 on stream 0 at 04-Sep-2020 11:16:53.587 CDT
After fix ----> Event: 1680484069, recHitsEE subdet: 2

@mariadalfonso
Copy link
Contributor

questions:

  1. can you check that the seedGain is actually fixed for your events

    Plot1D('seedGain', 'seedGain', 12, 0.5, 12.5, 'Gain of the seed crystal'),

  2. his producer is re-runned for previous eras,

    for modifier in run2_nanoAOD_94XMiniAODv1,run2_nanoAOD_94XMiniAODv2,run2_nanoAOD_94X2016 ,run2_nanoAOD_102Xv1:

    for the 10_6 and onwards is in the miniAOD ?

@jwill24
Copy link
Contributor Author

jwill24 commented Sep 8, 2020

Yes, the seedGain is now for the correct collections.

@silviodonato
Copy link
Contributor

do you have further comments? @cms-sw/xpog-l2

@mariadalfonso
Copy link
Contributor

+xpog
fix valid for all the nanos made so far

@cmsbuild
Copy link
Contributor

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)

@qliphy
Copy link
Contributor

qliphy commented Sep 17, 2020

+1

@cmsbuild cmsbuild merged commit 4144ea4 into cms-sw:master Sep 17, 2020
@mariadalfonso
Copy link
Contributor

@jwill24
consider back porting this PR to 10_6

@jwill24
Copy link
Contributor Author

jwill24 commented Sep 17, 2020

@mariadalfonso I have started the back port PR. See #31497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants