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

FastTimerServiceClient bug fix #20726

Merged
merged 1 commit into from Oct 5, 2017

Conversation

mtosi
Copy link
Contributor

@mtosi mtosi commented Oct 3, 2017

bug fix
plots vs lumi were empty in runs at the beginning of the fill

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2017

The code-checks are being triggered in jenkins.

@mtosi
Copy link
Contributor Author

mtosi commented Oct 3, 2017

@cmsbuild, please test

@mtosi mtosi mentioned this pull request Oct 3, 2017
@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2017

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20726/1103

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23387/console Started: 2017/10/03 11:03

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2017

A new Pull Request was created by @mtosi (mia tosi) for master.

It involves the following packages:

HLTrigger/Timer

@Martin-Grunewald, @silviodonato, @cmsbuild, @fwyzard can you please review it and eventually sign? Thanks.
@Martin-Grunewald this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@Martin-Grunewald
Copy link
Contributor

@mtosi
92X backport needed as well...

@mtosi
Copy link
Contributor Author

mtosi commented Oct 3, 2017 via email

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2017

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 26
  • DQMHistoTests: Total histograms compared: 2761357
  • DQMHistoTests: Total failures: 502
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2760668
  • DQMHistoTests: Total skipped: 187
  • DQMHistoTests: Total Missing objects: 0
  • Checked 107 log files, 10 edm output root files, 26 DQM output files

@Martin-Grunewald
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 4, 2017

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. @davidlange6, @slava77, @smuzaffar (and backports should be raised in the release meeting by the corresponding L2)

double ymin = me->getTProfile()->GetMinimum();
double ymax = me->getTProfile()->GetMaximum();
float ymin = 0.;
float ymax = std::numeric_limits<float>::max();
Copy link
Contributor

Choose a reason for hiding this comment

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

hi @mtosi - naively it looks to be better just to drop the ymin and ymax arguments from the bookProfile call below. Why keep them?

@mtosi
Copy link
Contributor Author

mtosi commented Oct 5, 2017 via email

@davidlange6
Copy link
Contributor

sigh - indeed - maybe @dmitrijus can eventually fix that

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 4abc245 into cms-sw:master Oct 5, 2017
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

4 participants