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

Dedicated timing plots for L1T objects - Online DQM & L1T - CMSSW_9_4_X #20969

Merged
merged 6 commits into from Nov 18, 2017
Merged

Dedicated timing plots for L1T objects - Online DQM & L1T - CMSSW_9_4_X #20969

merged 6 commits into from Nov 18, 2017

Conversation

ghost
Copy link

@ghost ghost commented Oct 19, 2017

My task in JIRA is : ((https://its.cern.ch/jira/browse/CMSLITDPG-165))

First of all, I needed to make some changes in the code DQM/L1TMonitor/src/L1TStage2uGT.cc . (Of course, in the path : DQM/L1TMonitor/interface/L1TStage2uGT.h, we simply add the new histograms) These changes are mentioned to add some extra plots according to specific L1 Trigger bits (L1_FirstCollisionInTrain and L1_LastCollisionInTrain). So, after I initialize three plots, I used the last two trigger bits, as I mentioned, to fill them. The first plot which called first_bunch, selecting only the L1_FirstCollisionInTrain, is filled with all the algorithm trigger bits (y-axis) and BX (x-axis), the second plot which called last_bunch, selecting only the L1_LastCollisionInTrain, is filled with all the algorithm trigger bits (y-axis) and BX (x-axis), and the last plot called isolated_bunch is filled selecting simultaneously L1_FirstCollisionInTrain and L1_LastCollisionInTrain, is filled with all the algorithm trigger bits (y-axis) and BX (x-axis).

@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/PR-20969/1539

Code check has found code style and quality issues which could be resolved by applying a patch in https://cmssdt.cern.ch/SDT/code-checks/PR-20969/1539/git-diff.patch
e.g. curl https://cmssdt.cern.ch/SDT/code-checks/PR-20969/1539/git-diff.patch | patch -p1

You can run scram build code-checks to apply code checks directly

@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/PR-20969/1541

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @dtsitson for master.

It involves the following packages:

DQM/L1TMonitor

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

cms-bot commands are listed here


for(auto itr = uGtAlgs->begin(0); itr != uGtAlgs->end(0); ++itr) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @dtsitson ,
please add some proper indentation to this code and use spaces instead of tabulators.

@thomreis
Copy link
Contributor

The algo numbers for FirstBunchInTrain and LastBunchInTrain have changed in the v4 L1 menu and need to be updated.

@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/PR-20969/1602

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2017

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2017

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20969/1877

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2017

Pull request #20969 was updated. @vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @jfernan2, @vanbesien can you please check and sign again.

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 14, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/24425/console Started: 2017/11/14 15:52

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. 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)

@cmsbuild
Copy link
Contributor

@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-20969/24425/summary.html

There are some workflows for which there are errors in the baseline:
10824.0 step 5
The results for the comparisons for these workflows could be incomplete
This means most likely that the IB is having errors in the relvals.The error does NOT come from this pull request

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 27
  • DQMHistoTests: Total histograms compared: 2716578
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2716401
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 1.0700000001 KiB( 23 files compared)
  • Checked 111 log files, 8 edm output root files, 27 DQM output files

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 7588885 into cms-sw:master Nov 18, 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

6 participants