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

Fix sign error in expression in GEM digitizer #34123

Merged
merged 1 commit into from Jun 19, 2021

Conversation

watson-ij
Copy link
Contributor

@watson-ij watson-ij commented Jun 15, 2021

PR description:

A sign error was introduced when turning magic numbers into named parameter in the following commit:
3347619#diff-a4f2f038afa58c34cba02c63dd10a0a5e318afd43c03b05dd941b99c6e00b3a4
The negative sign is used twice, once in the parameter, once in the expression.

@jshlee @yeckang

PR validation:

Checked on a small test. The GEM digi and rechit distributions changed slightly.

Plotting the eff. expression with the correct (i.e. the original expression, and the expression reverted to by this PR) or incorrect signs (i.e. the expression after the changes to add named parameters instead of magic), you can see that the eff. should be lower for the particular branch:
eff_check

and you can see slightly less gem hits in the cluster size plot for instance:
all_OldVSNew_TTbar14TeV2026D76PUwPRMXwf34834p999c_GEMDetIdGEMRecHitsOwnedRangeMap_gemRecHits__RECO_obj_collection__data__clusterSize

if this PR is a backport please specify the original PR and why you need to backport that PR:

Before submitting your pull requests, make sure you followed this checklist:

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34123/23319

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @watson-ij (Ian J. Watson) for master.

It involves the following packages:

SimMuon/GEMDigitizer

@mdhildreth, @cmsbuild, @civanch, @srimanob, @kpedro88 can you please review it and eventually sign? Thanks.
@jshlee, @dildick, @slomeo, @jhgoh 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

@civanch
Copy link
Contributor

civanch commented Jun 15, 2021

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5752f3/15955/summary.html
COMMIT: e5d4913
CMSSW: CMSSW_12_0_X_2021-06-14-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/34123/15955/install.sh to create a dev area with all the needed externals and cmssw changes.

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5752f3/15955/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5752f3/15955/git-merge-result

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 369 differences found in the comparisons
  • DQMHistoTests: Total files compared: 38
  • DQMHistoTests: Total histograms compared: 2862520
  • DQMHistoTests: Total failures: 2941
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2859557
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 37 files compared)
  • Checked 160 log files, 37 edm output root files, 38 DQM output files
  • TriggerResults: no differences found

@civanch
Copy link
Contributor

civanch commented Jun 16, 2021

+1

@watson-ij , may be you can add some plot(s) to description?

@watson-ij
Copy link
Contributor Author

@civanch, yep added a plot showing what the different expressions give for the eff. and how this corresponds to number of gemhits after the update. It looks like theres some minor knock-on effects to the muon parameters in a few of the workflows, and the test picked up some differences from #34103 maybe. I think between those they explain the differences in the plots that are shown in the tests.

@srimanob
Copy link
Contributor

type bug-fix

@srimanob
Copy link
Contributor

+Upgrade

@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 Jun 19, 2021

+1

@cmsbuild cmsbuild merged commit 520cbdc into cms-sw:master Jun 19, 2021
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.

None yet

5 participants