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

SiStripMonitorCluster & SiStripMonitorDigi - Fix the FED digi/cluster plots ranges and error [Backport for 10_1_X of #23307] #23329

Merged
merged 1 commit into from Jun 12, 2018

Conversation

hbecerri
Copy link
Contributor

No description provided.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 25, 2018

A new Pull Request was created by @hbecerri for CMSSW_10_1_X.

It involves the following packages:

DQM/SiStripMonitorCluster
DQM/SiStripMonitorDigi

@vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @jfernan2, @vanbesien can you please review it and eventually sign? Thanks.
@idebruyn, @threus, @fioriNTU, @hdelanno this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@@ -518,7 +518,7 @@ void SiStripMonitorDigi::createMEs(DQMStore::IBooker & ibooker , const edm::Even
FEDDigi.getParameter<double>("xmax"),
FEDDigi.getParameter<int32_t>("Nbinsy"),
FEDDigi.getParameter<double>("ymin"),
FEDDigi.getParameter<double>("ymax"));
FEDDigi.getParameter<double>("ymax"),"");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change does not make sense. Can you explain what your trying to do here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it makes sense, if we do not add the blank string the errors in the TProfile are computed with the RMS of the bins, adding this instead we get the errors as the RMS/sqrt(entries in the bin) that is what we want to have in the plot since this is the correct error on the average value

@dmitrijus
Copy link
Contributor

backport of #23307

Instead of putting a PR number to the title, simply add link to the description.

@boudoul
Copy link
Contributor

boudoul commented Jun 8, 2018

@vazzolini, @kmaeshima, @dmitrijus, @jfernan2, @vanbesien , could you please review this PR ? Thanks

@jfernan2
Copy link
Contributor

jfernan2 commented Jun 8, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/28561/console Started: 2018/06/08 12:09

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2018

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 29
  • DQMHistoTests: Total histograms compared: 2522539
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 39
  • DQMHistoTests: Total successes: 2522323
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -16.565 KiB( 28 files compared)
  • DQMHistoSizes: changed ( 136.788,... ): -0.625 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 136.788,... ): -0.469 KiB HLT/SiStrip
  • Checked 119 log files, 9 edm output root files, 29 DQM output files

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_10_1_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_10_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit f485956 into cms-sw:CMSSW_10_1_X Jun 12, 2018
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

7 participants