-
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
Change input collection for genVisTaus #33522
Change input collection for genVisTaus #33522
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33522/22281
|
A new Pull Request was created by @mbluj for master. It involves the following packages: PhysicsTools/NanoAOD @cmsbuild, @mariadalfonso, @gouskos, @fgolf can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
This "no change policy" should be done for the backport, |
Does it mean that I should remove the era depended "inactivation" at all? Correct? |
Hi, |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33522/22287
|
Pull request #33522 was updated. @cmsbuild, @mariadalfonso, @gouskos, @fgolf can you please check and sign again. |
In last commit tauGenJets producers were cloned to avoid potential problems with modified definition of original producers which are used in other workflows. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33522/22300
|
Pull request #33522 was updated. @cmsbuild, @mariadalfonso, @gouskos, @fgolf can you please check and sign again. |
In last commit tauGenJets producers were cloned to avoid potential problems with modified definition of original producers which are used in other workflows. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b5506d/14594/summary.html Comparison SummaryThe workflows 140.53 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons Summary:
|
+xpog (the use of finalGenParticles is now also consistent with the ele/muon/ph) |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
comparison diff are due to change in input dataset file |
+1 |
This PR could have caused ProductNotFound failures in NANOGEN workflows, see #33578 |
PR description:
As title says: input collection of genParticles used to build genVisTaus is changed from
prunedGenParticles
(miniAOD collection) tofinalGenParticles
(nanoAOD collection) to ensure consistency with other genParticle-based information stored in nanoAOD, in particular to make mother indices working properly.Expected changes:
This fixes issue cms-nanoAOD#486.
A backport to 106X for nanoAODv9 is foreseen.
PR validation:
Change tested with a custom workflow with DYJetsToLL sample from Summer20UL production.
Matrix tests (
runTheMatrix.py -l limited -i all --ibeos
) successful.