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

Changes to ECAL TTF4 DQM plots (for CMSSW master) #23087

Merged
merged 4 commits into from May 5, 2018

Conversation

tanmaymudholkar
Copy link
Contributor

@tanmaymudholkar tanmaymudholkar commented Apr 27, 2018

This PR is also meant to be deployed in production at P5. Corresponding PR to 10_1_X: PR#23088

Changes introduced:

(1) Added alarm to trigger primitives quality summary plot -- the plot now turns RED when the fraction of towers in a given SM that have TTF4 flag set is greater than a threshold fraction which is currently set to 0.1.

(2) Added trend plots for the total number of towers in EB and EE with TTF4 flag set.

(3) COKE in the endcaps can mask on the strip level, not just the tower level; the ttFlag container now has meaningful values above 4 for situations where not all strip in a tower are masked. This requires the following changes to the DQM code:
(3.1) TTF4 occupancy now counts all towers with ttF >= 4, not just ttF == 4
(3.2) Flag mismatch for low interest, medium interest regions: only perform check if ttF == 1 or ttF == 3
(3.3) For data/emulator comparisons, ignore towers with ttF > 4

…w turns RED when the fraction of towers in a given SM that have TTF4 flag set is greater than a threshold fraction which is currently set to 0.05.
…l number of towers in EB and EE with TTF4 flag set.
…evel; the ttFlag container now has meaningful values above 4 for situations where not all strip in a tower are masked. This requires the following changes to the DQM code:

(1) TTF4 occupancy now counts all towers with ttF >= 4, not just ttF == 4
(2) Flag mismatch for low interest, medium interest regions: only perform check if ttF == 1 or ttF == 3
(3) For data/emulator comparisons, ignore towers with ttF > 4
@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @tanmaymudholkar (Tanmay Mudholkar) for master.

It involves the following packages:

DQM/EcalMonitorClient
DQM/EcalMonitorTasks

@vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @jfernan2, @vanbesien can you please review it and eventually sign? Thanks.
@argiro 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

@tanmaymudholkar tanmaymudholkar changed the title Changes to TTF4 plots (for CMSSW master) Changes to ECAL TTF4 DQM plots (for CMSSW master) Apr 27, 2018
@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented May 2, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/27747/console Started: 2018/05/02 14:23

@cmsbuild
Copy link
Contributor

cmsbuild commented May 2, 2018

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

@cmsbuild
Copy link
Contributor

cmsbuild commented May 2, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented May 2, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/27783/console Started: 2018/05/03 22:48

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2018

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 30
  • DQMHistoTests: Total histograms compared: 2722241
  • DQMHistoTests: Total failures: 2222
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2719836
  • DQMHistoTests: Total skipped: 183
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 55.556 KiB( 29 files compared)
  • DQMHistoSizes: changed ( 136.731,... ): 3.268 KiB Ecal/Trends
  • Checked 124 log files, 14 edm output root files, 30 DQM output files

@fabiocos
Copy link
Contributor

fabiocos commented May 4, 2018

please test

I assume that most of the observed differences are unrelated to this package

@cmsbuild
Copy link
Contributor

cmsbuild commented May 4, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/27799/console Started: 2018/05/04 15:05

@cmsbuild
Copy link
Contributor

cmsbuild commented May 4, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented May 4, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 4, 2018

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 30
  • DQMHistoTests: Total histograms compared: 2713580
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2713396
  • DQMHistoTests: Total skipped: 183
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 55.556 KiB( 29 files compared)
  • DQMHistoSizes: changed ( 25.0,... ): 3.268 KiB Ecal/Trends
  • Checked 124 log files, 14 edm output root files, 30 DQM output files

@fabiocos
Copy link
Contributor

fabiocos commented May 5, 2018

+1

@cmsbuild cmsbuild merged commit d91872e into cms-sw:master May 5, 2018
@tanmaymudholkar tanmaymudholkar deleted the TTF4Changes_master branch July 21, 2018 12:18
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