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

initial pr for the sistrip control view dqm plots #19204

Merged
merged 2 commits into from Jul 5, 2017

Conversation

gouskos
Copy link
Contributor

@gouskos gouskos commented Jun 13, 2017

This PR produces a set of DQM plots for the SiStrip subdetector. The plots currently in DQM are organized based on the "Mechanical View" [i.e. physical subdetectors: TEC+/-, TID, TOB, TIB]. This is not always very useful to spot issues on the Control side. Hence I ve put a new dir in the SiSTrip DQM directory that is organized based on the SiStrip partiions seen in the DAQ [TEC+, TEC-, TOB, TIB/TOB] The first set of plots inlcudes: S/N for each TTC partition, FECSlot vs FEC Ring and FECCratevsFECSlot

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DQM/SiStripMonitorTrack

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

cms-bot commands are listed here

@boudoul
Copy link
Contributor

boudoul commented Jun 13, 2017

hello @gouskos thanks for this new PR - When making a PR, a summary of what the PR does, add , new functionality etc is always welcome [ see the box above you can edit , where iy is written No description provided , better to provide a description instead ]

@gouskos
Copy link
Contributor Author

gouskos commented Jun 13, 2017

OK sorry - thought it was clear from the title.

This PR produces a set of DQM plots for the SiStrip subdetector. The plots currently in DQM are organized based on the "Mechanical View" [i.e. physical subdetectors: TEC+/-, TID, TOB, TIB]. This is not always very useful to spot issues on the Control side. Hence I ve put a new dir in the SiSTrip DQM directory that is organized based on the SiStrip partiions seen in the DAQ [TEC+, TEC-, TOB, TIB/TOB] The first set of plots inlcudes: S/N for each TTC partition, FECSlot vs FEC Ring and FECCratevsFECSlot

@boudoul
Copy link
Contributor

boudoul commented Jun 13, 2017

thanks but put this description in see the description box above you can edit [where it is written No description provided , edit and replace by this description ]

@dmitrijus
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 19, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20717/console Started: 2017/06/19 12:18

@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-19204/20717/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 22
  • DQMHistoTests: Total histograms compared: 1803136
  • DQMHistoTests: Total failures: 44302
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1758668
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 90 log files, 14 edm output root files, 22 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 master IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @smuzaffar

@smuzaffar smuzaffar modified the milestones: CMSSW_9_3_X, CMSSW_9_2_X Jun 26, 2017
if( !tracks.isValid() ) return false;

// loop over the tracks
for( reco::TrackCollection::const_iterator track = tracks->begin();
Copy link
Contributor

Choose a reason for hiding this comment

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

hi @gouskos - please use
for ( const auto & track : tracks) {...
}

@cmsbuild
Copy link
Contributor

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

@gouskos
Copy link
Contributor Author

gouskos commented Jun 28, 2017

Hi @kpedro88 ; it looks much better now - thanks a lot for your help! I will check if the changes I made to address David Lange's comments are in

@boudoul
Copy link
Contributor

boudoul commented Jun 29, 2017

ok it seems that you managed to update the PR , thanks (and thanks @kpedro88 for the kind help ) @gouskos did you eventually check that the changes are addressing all comments ?

@boudoul
Copy link
Contributor

boudoul commented Jun 30, 2017

Hi @dmitrijus and @davidlange6 : @gouskos just told me that the comments should have been adressed, could you please retrigger the tests ? Many thanks.

@davidlange6
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/21068/console Started: 2017/07/02 22:13

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2017

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 22
  • DQMHistoTests: Total histograms compared: 1756063
  • DQMHistoTests: Total failures: 104
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1755793
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 90 log files, 14 edm output root files, 22 DQM output files

@boudoul
Copy link
Contributor

boudoul commented Jul 4, 2017

Hi @dmitrijus can you please review this PR after the updates ?

@davidlange6
Copy link
Contributor

merge

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

9 participants