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

Add DQM for VBF Higgs invisible HLT path #19294

Merged
merged 6 commits into from Jul 5, 2017

Conversation

amagnan
Copy link
Contributor

@amagnan amagnan commented Jun 16, 2017

No description provided.

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DQMOffline/Trigger

@vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @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

@mtosi
Copy link
Contributor

mtosi commented Jun 16, 2017

tracked by #19142

JetDQM jetDQM_;


GenericTriggerEventFlag* num_genTriggerEventFlag_;
Copy link
Contributor

Choose a reason for hiding this comment

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

please, make unique_ptr

EXO_VBF_METmonitoring = hltobjmonitoring.clone()
EXO_VBF_METmonitoring.FolderName = cms.string('HLT/Higgs/VBFMET/EXOVBF/')
EXO_VBF_METmonitoring.numGenericTriggerEventPSet.hltInputTag = cms.InputTag( "TriggerResults","","reHLT" )
EXO_VBF_METmonitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_EXO_VBF")
Copy link
Contributor

Choose a reason for hiding this comment

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

we will need to update this string as soon as we have it in confDB ;)

hltobjmonitoring = objMonitoring.clone()
hltobjmonitoring.FolderName = cms.string('HLT/GENERIC/')
hltobjmonitoring.doMETHistos = cms.bool(True)
hltobjmonitoring.histoPSet.metPSet = cms.PSet(
Copy link
Contributor

Choose a reason for hiding this comment

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

please, make use of variable binning ....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

so I did but only for the histograms that make sense, for which turn-on vs variable makes sense. I think for the others it is useful to have the distributions with and without the filter but not mandatory to have fine binning because no expected turn-on.....

xmax = cms.double(3.1416),
)
hltobjmonitoring.doJetHistos = cms.bool(True)
hltobjmonitoring.histoPSet.jet1ptPSet = cms.PSet(
Copy link
Contributor

Choose a reason for hiding this comment

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

please, make use of variable binning

xmin = cms.double( 0),
xmax = cms.double(6000),
)
hltobjmonitoring.histoPSet.detajjPSet = cms.PSet(
Copy link
Contributor

Choose a reason for hiding this comment

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

please, decrease the # bins

xmin = cms.double( -5),
xmax = cms.double(5),
)
hltobjmonitoring.histoPSet.mjjPSet = cms.PSet(
Copy link
Contributor

Choose a reason for hiding this comment

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

even here you might prefer a variable binning

Copy link
Contributor Author

Choose a reason for hiding this comment

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

so here I have both variable and fixed for Mjj

@mtosi
Copy link
Contributor

mtosi commented Jun 16, 2017

do you have the 2D plot (eta-phi) ?

@mtosi
Copy link
Contributor

mtosi commented Jun 16, 2017

is it possible that I do not see the client ?
it should be used to do the turnON ....

1 similar comment
@mtosi
Copy link
Contributor

mtosi commented Jun 16, 2017

is it possible that I do not see the client ?
it should be used to do the turnON ....

@mtosi mtosi mentioned this pull request Jun 16, 2017
@amagnan
Copy link
Contributor Author

amagnan commented Jun 16, 2017

ahah, I was wondering if I had to do the turn-on by hand, so there should be more ;) Will ask you Monday! Thanks!

@mtosi
Copy link
Contributor

mtosi commented Jun 16, 2017

DQMGenericClient

@mtosi
Copy link
Contributor

mtosi commented Jun 16, 2017

the point is that we should try to squeeze as much as possible the # bins

@cmsbuild
Copy link
Contributor

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

@amagnan
Copy link
Contributor Author

amagnan commented Jun 19, 2017

Oups, pushed too quickly, some issues with unique_ptr, will fix now, sorry.....

@cmsbuild
Copy link
Contributor

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

@amagnan
Copy link
Contributor Author

amagnan commented Jun 19, 2017

OK I hope it is correct now for the unique_ptr. I have added the Client, removed duplicated histograms to keep only the ones with variable binning, and made variable binning for all pT/mass variables to avoid low-stat tails.

@mtosi
Copy link
Contributor

mtosi commented Jun 20, 2017

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 20, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20772/console Started: 2017/06/20 07:48

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2017

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

@mtosi
Copy link
Contributor

mtosi commented Jul 4, 2017 via email

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/21126/console Started: 2017/07/04 14:59

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2017

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

Comparison Summary:

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

@davidlange6 davidlange6 merged commit 2e75f20 into cms-sw:master Jul 5, 2017
@mtosi
Copy link
Contributor

mtosi commented Jul 5, 2017

great !
thanks @amagnan
could you please do a PR w/ the backport in 92x ?
thanks !

@amagnan
Copy link
Contributor Author

amagnan commented Jul 12, 2017 via email

@tankit
Copy link
Contributor

tankit commented Jul 13, 2017

Yes, PR 19585 is also for 93X.

For the backports, I have to close my backport because it has the duplicated one corresponding to 19585 and your TriggerDQMBase/METDQM/JetDQM codes. This means that it is not a backport. I am sorry for my misunderstanding on backporting.

Because I am using your codes above, your backport should be merged first unless two backports will be combined at the moment. So, I don't think that you close 19561.

@davidlange6 please let us know if you have any comments or suggestions.

@tankit
Copy link
Contributor

tankit commented Jul 13, 2017

@amagnan please check the following link in the case that you agree to combine the two backports:
https://github.com/cms-sw/cmssw/compare/CMSSW_9_2_X...tankit:from-CMSSW_9_2_X_2017-07-12-1100?expand=1

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