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

Updates on DQMOffline/Trigger for Muons #18968

Merged
merged 26 commits into from Jul 4, 2017
Merged

Conversation

sscruz
Copy link
Contributor

@sscruz sscruz commented May 26, 2017

Improvements in muon Trigger Offline DQM:

  • Efficiency of dimuon paths calculated using reference method
  • Efficiency of DZ cut monitored
  • Multirun plots implemented

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DQMOffline/Trigger

@cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@battibass, @mtosi, @jhgoh, @calderona, @HuguesBrun, @trocino, @rociovilar this is something you requested to watch as well.
@davidlange6 you are the release manager for this.

cms-bot commands are listed here

@@ -79,15 +78,19 @@
## Both 1D and 2D plots use the binnings defined here
binParams = cms.untracked.PSet(
## parameters for fixed-width plots
NVertex = cms.untracked.vdouble( 20, 1, 50),
NVertex = cms.untracked.vdouble( 20, 1, 60),
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest you to slightly increase it

Copy link
Contributor

Choose a reason for hiding this comment

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

To what? 65?

Copy link
Contributor

Choose a reason for hiding this comment

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

@mtosi how about ( 20, 1, 100)?

@@ -79,15 +78,19 @@
## Both 1D and 2D plots use the binnings defined here
binParams = cms.untracked.PSet(
## parameters for fixed-width plots
NVertex = cms.untracked.vdouble( 20, 1, 50),
NVertex = cms.untracked.vdouble( 20, 1, 60),
NVertexFine= cms.untracked.vdouble( 40, 1, 60),
eta = cms.untracked.vdouble( 20, -2.40, 2.40),
Copy link
Contributor

Choose a reason for hiding this comment

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

couldn't you make use of a variable bin width ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@BenjaminRS Does 0,5 and then from 10 to 55,with a step of 3 sound reasonable?

@mtosi
Copy link
Contributor

mtosi commented May 26, 2017 via email

@mtosi
Copy link
Contributor

mtosi commented May 26, 2017 via email

@mtosi
Copy link
Contributor

mtosi commented May 26, 2017 via email

@sscruz
Copy link
Contributor Author

sscruz commented May 27, 2017

Will we have statistics for that? This is to measure efficiencies, not distributions...

@mtosi
Copy link
Contributor

mtosi commented May 27, 2017 via email

@cmsbuild
Copy link
Contributor

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

@dmitrijus
Copy link
Contributor

Please remove member DQMStore* theDQM from HLTMuonRefMethod.
It's not introduced by this PR, but accessing DQM store is forbidden!

@smuzaffar smuzaffar modified the milestones: CMSSW_9_3_X, CMSSW_9_2_X Jun 26, 2017
@cmsbuild
Copy link
Contributor

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

@fwyzard
Copy link
Contributor

fwyzard commented Jul 2, 2017

@cmsbuild, 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/21061/console Started: 2017/07/02 16:18

@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-18968/21061/summary.html

Comparison Summary:

  • You potentially added 510 lines to the logs
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 22
  • DQMHistoTests: Total histograms compared: 1755973
  • DQMHistoTests: Total failures: 15151
  • DQMHistoTests: Total nulls: 1021
  • DQMHistoTests: Total successes: 1739635
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 90 log files, 14 edm output root files, 22 DQM output files

@mtosi
Copy link
Contributor

mtosi commented Jul 3, 2017

@sscruz, I think we need the backport to 92x ...

@sscruz
Copy link
Contributor Author

sscruz commented Jul 3, 2017

Hi @mtosi , I've added a PR to 92 (#19512)
Cheers!
Sergio

@mtosi
Copy link
Contributor

mtosi commented Jul 3, 2017 via email

@davidlange6
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit 2af1298 into cms-sw:master Jul 4, 2017
fwyzard added a commit to fwyzard/cmssw that referenced this pull request Jul 28, 2017
This PR includes a backport of the following PRs:
  - cms-sw#18172
  - cms-sw#18950
  - cms-sw#18959
  - cms-sw#18968
  - cms-sw#18971
  - cms-sw#19023
  - cms-sw#19046
  - cms-sw#19078
  - cms-sw#19119
  - cms-sw#19178
  - cms-sw#19290
  - cms-sw#19293
  - cms-sw#19294
  - cms-sw#19490
  - cms-sw#19499
  - cms-sw#19577
  - cms-sw#19585
  - cms-sw#19596
  - cms-sw#19599
  - cms-sw#19627
  - cms-sw#19689
  - cms-sw#19694
  - cms-sw#19703
  - cms-sw#19781
  - cms-sw#19794

plus the older ones, contained in DQMOffline/Trigger and HLTriggerOffline.

It synchronises with CMSSW_9_3_X
  - DQMServices/ClientConfig
  - DQMOffline/Configuration
  - DQMOffline/Trigger
  - HLTriggerOffline/Btag
  - HLTriggerOffline/Higgs
  - HLTriggerOffline/SUSYBSM
  - HLTriggerOffline/Tau
  - HLTriggerOffline/Top
fwyzard added a commit to fwyzard/cmssw that referenced this pull request Sep 3, 2017
This PR includes a backport of the following PRs:
  - cms-sw#18172
  - cms-sw#18950
  - cms-sw#18959
  - cms-sw#18968
  - cms-sw#18971
  - cms-sw#19023
  - cms-sw#19046
  - cms-sw#19078
  - cms-sw#19119
  - cms-sw#19178
  - cms-sw#19290
  - cms-sw#19293
  - cms-sw#19294
  - cms-sw#19490
  - cms-sw#19499
  - cms-sw#19577
  - cms-sw#19585
  - cms-sw#19596
  - cms-sw#19599
  - cms-sw#19627
  - cms-sw#19689
  - cms-sw#19694
  - cms-sw#19703
  - cms-sw#19781
  - cms-sw#19794

plus the older ones, contained in DQMOffline/Trigger and HLTriggerOffline.

It synchronises with CMSSW_9_3_X
  - DQMServices/ClientConfig
  - DQMOffline/Configuration
  - DQMOffline/Trigger
  - HLTriggerOffline/Btag
  - HLTriggerOffline/Higgs
  - HLTriggerOffline/SUSYBSM
  - HLTriggerOffline/Tau
  - HLTriggerOffline/Top
mtosi pushed a commit to mtosi/cmssw that referenced this pull request Oct 17, 2017
This PR includes a backport of the following PRs:
  - cms-sw#18172
  - cms-sw#18950
  - cms-sw#18959
  - cms-sw#18968
  - cms-sw#18971
  - cms-sw#19023
  - cms-sw#19046
  - cms-sw#19078
  - cms-sw#19119
  - cms-sw#19178
  - cms-sw#19290
  - cms-sw#19293
  - cms-sw#19294
  - cms-sw#19490
  - cms-sw#19499
  - cms-sw#19577
  - cms-sw#19585
  - cms-sw#19596
  - cms-sw#19599
  - cms-sw#19627
  - cms-sw#19689
  - cms-sw#19694
  - cms-sw#19703
  - cms-sw#19781
  - cms-sw#19794

plus the older ones, contained in DQMOffline/Trigger and HLTriggerOffline.

It synchronises with CMSSW_9_3_X
  - DQMServices/ClientConfig
  - DQMOffline/Configuration
  - DQMOffline/Trigger
  - HLTriggerOffline/Btag
  - HLTriggerOffline/Higgs
  - HLTriggerOffline/SUSYBSM
  - HLTriggerOffline/Tau
  - HLTriggerOffline/Top
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

8 participants