-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
New offline DQM module for SMP #28833
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28833/13566
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28833/13567
|
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. cms-bot commands are listed here |
please test workflow 1330.0,2017.9,2018.9,1320.0 |
@anmehta please add a proper title to this PR and description/validation of itself. Thanks |
Thanks @anmehta can you please add a proper title to PR too, specifying this is SMP and DQM related? |
@prebello please check. |
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 :-) |
DQM/Physics/src/SMPDQM.cc
Outdated
unsigned int pvMult = 0; | ||
|
||
if (verbose) | ||
cout << "check this" << pvs->size() << endl; |
There was a problem hiding this comment.
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
The code-checks are being triggered in jenkins. |
@jfernan2, fixed those and running cmsCodeRulesChecker now gives nothing. thanks! |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28833/13612
|
Pull request #28833 was updated. @andrius-k, @kmaeshima, @schneiml, @cmsbuild, @jfernan2, @fioriNTU can you please check and sign again. |
please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
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) |
+1 |
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.