-
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
Drop type specs for Trigger #37133
Drop type specs for Trigger #37133
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37133/28666
|
A new Pull Request was created by @NiharSaha (Nihar Ranjan Saha) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
This PR replaces #36783 squashing all commits into a single one |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f581ae/22811/summary.html Comparison SummarySummary:
|
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
I'm ready to merge this, but out, of curiosity: what was the fix that allowed to remove from output the error message
I cannot see any obvious difference in practice in the configuration of PS: if a bug fix is applied, discovered thanks to this campaign, it is proably worth to write it in the PR description |
Hi @perrotta @NiharSaha please include the following in the PR description: "MET hanlde not valid" message now disappears, this was due to a wrong collection set BEFORE the PR, since Event Interpretation has been removed back in 2021. Moreover, the binning for diphotonMass55ANDnoPV module was corrected set to 50-150 in https://github.com/cms-sw/cmssw/pull/37133/files#diff-f0c298feb52e2a455f0a07a4ea80c12b3b660e38e6737d177570ccc9a94775d3R165 since it was wrongly set to 90-200 due to a typo in https://github.com/cms-sw/cmssw/pull/37133/files#diff-f0c298feb52e2a455f0a07a4ea80c12b3b660e38e6737d177570ccc9a94775d3L147 |
Thank you @jfernan2 (indeed, now I remember that we discussed it already in the previous PR) |
+1 |
Thanks, @perrotta for updating the PR description. I somehow missed @jfernan2's suggestion to update the description as I was traveling. Good to see that the PR is already merged. I guess I have implemented all the comments in this PR. |
PR description:
Drop type specs in DQMOffline/Trigger python configuration files.
Central DQM migration campaign for drop type specs following
https://cms-sw.github.io/cms_coding_rules.html#6--packaging-rules-1
and update the safer syntax for existing parameters like: (1) drop type specifications where the original parameter exists. (2) using "clone" instead of "deepcopy" (3) move all parameters inside the clone
MET hanlde not valid" message now disappears, this was due to a wrong collection set BEFORE the PR, since Event Interpretation has been removed back in 2021.
This PR corrected above by setting to met = "pfMet", right above. Since the SoftMuHardJetMETSUSYmonitoring is cloned several times below, it seems it just complained but no crash. Now it should be reading an existing collection.
Moreover, the binning for diphotonMass55ANDnoPV module was corrected set to 50-150 in https://github.com/cms-sw/cmssw/pull/37133/files#diff-f0c298feb52e2a455f0a07a4ea80c12b3b660e38e6737d177570ccc9a94775d3R165
since it was wrongly set to 90-200 due to a typo in https://github.com/cms-sw/cmssw/pull/37133/files#diff-f0c298feb52e2a455f0a07a4ea80c12b3b660e38e6737d177570ccc9a94775d3L147
PR validation:
Tested in CMSSW_12_3_X via runTheMatrix.py -l limited -i all --ibeos