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

New offline DQM module for SMP #28833

Merged

Conversation

anmehta
Copy link
Contributor

@anmehta anmehta commented Jan 31, 2020

PR description: this PR includes the implementation of the offline dqm module for cmssw release validation task for the smp pag. This C++ module includes distributions based on leptons, jets and missing transverse momentum corresponding to Z, W, and VBS-like scenarios.

the code has been tested locally and the results were presented in the SMP General meetings:
https://indico.cern.ch/event/850145/
https://indico.cern.ch/event/868776/

PR validation:

the results have been validated using the drell-yan MC and data rel-val samples from different years of data-taking.

ran the scram build with code checks and format options and the suggested changes are included in the code.

@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/cms-sw-PR-28833/13566

  • This PR adds an extra 24KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@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/cms-sw-PR-28833/13567

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @anmehta (anmehta) for master.

It involves the following packages:

DQM/Physics

@andrius-k, @kmaeshima, @schneiml, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks.
@rappoccio this is something you requested to watch as well.
@davidlange6, @silviodonato, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@anmehta
Copy link
Contributor Author

anmehta commented Jan 31, 2020

please test workflow 1330.0,2017.9,2018.9,1320.0

@jfernan2
Copy link
Contributor

@anmehta please add a proper title to this PR and description/validation of itself. Thanks

@anmehta
Copy link
Contributor Author

anmehta commented Jan 31, 2020

@anmehta please add a proper title to this PR and description/validation of itself. Thanks

@jfernan2 i've added some description about the PR. sorry, about having missed this earlier.

@jfernan2
Copy link
Contributor

Thanks @anmehta can you please add a proper title to PR too, specifying this is SMP and DQM related?

@anmehta anmehta changed the title From cmssw 11 1 x 2020 01 29 1100 smpdq mcode offline_SMP_ DQM_module__for_pdmV Jan 31, 2020
@anmehta
Copy link
Contributor Author

anmehta commented Jan 31, 2020

Thanks @anmehta can you please add a proper title to PR too, specifying this is SMP and DQM related?

@jfernan2, i was not sure if I could do that but now it's done. hopefully this is better. I would like to test workflows before the final review. can i initiate them now ?

@anmehta
Copy link
Contributor Author

anmehta commented Feb 1, 2020

@prebello please check.

@prebello
Copy link
Contributor

prebello commented Feb 1, 2020

please test workflow 1330.0,2017.9,2018.9,1320.0

Hi @jfernan2 , this is long waited DQM module for the CMSSW release validation of SMP PAG. Please guide @anmehta to properly adjust it for the next releases in DQM. The code is already validated by the SMP group. Not sure if I am still allowed to review PRs :-)

unsigned int pvMult = 0;

if (verbose)
cout << "check this" << pvs->size() << endl;
Copy link
Contributor

Choose a reason for hiding this comment

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

@anmehta general comment here and elsewhere: please replace cout with a suitable choice for the MessageLogger, depending on the severity of the message. cout is not thread safe

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2020

The code-checks are being triggered in jenkins.

@anmehta
Copy link
Contributor Author

anmehta commented Feb 3, 2020

@jfernan2, fixed those and running cmsCodeRulesChecker now gives nothing. thanks!

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2020

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28833/13612

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2020

Pull request #28833 was updated. @andrius-k, @kmaeshima, @schneiml, @cmsbuild, @jfernan2, @fioriNTU can you please check and sign again.

@jfernan2
Copy link
Contributor

jfernan2 commented Feb 3, 2020

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/4481/console Started: 2020/02/03 19:14

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2020

+1
Tested at: b76a408
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6a26ff/4481/summary.html
CMSSW: CMSSW_11_1_X_2020-02-03-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2020

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2697068
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2696721
  • DQMHistoTests: Total skipped: 346
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 237.625 KiB( 33 files compared)
  • DQMHistoSizes: changed ( 1000.0,... ): 9.505 KiB Physics/SMP
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@jfernan2
Copy link
Contributor

jfernan2 commented Feb 4, 2020

+1
@anmehta I have added you as DQM Validation developer since I understand this is the case

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 4, 2020

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 will now be reviewed by the release team before it's merged. @davidlange6, @silviodonato, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@silviodonato silviodonato changed the title offline_SMP_ DQM_module__for_pdmV New offline DQM module for SMP Feb 4, 2020
@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit f015141 into cms-sw:master Feb 4, 2020
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