-
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
Fix for era modifiers used to rerun anti-e MVA tauID for NanoAOD #31302
Fix for era modifiers used to rerun anti-e MVA tauID for NanoAOD #31302
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31302/18033
|
A new Pull Request was created by @mbluj for master. It involves the following packages: PhysicsTools/NanoAOD @gouskos, @cmsbuild, @fgolf, @mariadalfonso, @santocch, @peruzzim can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+xpog |
type bug-fix |
+1 |
is this a fix for the two relvals that started failing few days ago : |
It was not intention of this PR. Actually, I do not know nothing about those failures; are they related to taus in nanoAOD? |
The fix for 1329.1 and 136.6622 is #31303 |
+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 be automatically merged. |
PR description:
This PR fixes way in which era modifiers are used to switch between different versions of anti-e MVA tauID for NanoAOD. Namely, with setup updated in this PR the tau ID with the most recent (2018) training is rerun as a part of nanoAOD sequences for (explicitly listed) past nanoAOD eras, while the tauID with an old (2015) training is read from input miniAOD. For other (new) eras, conversely: the tauID with the old training is rerun, while the one with the new training is read from input miniAOD.
This PR reverts changes introduced in 064713f and follows discussion in #31065 (comment)
PR validation:
Tested with relevant nanoAOD workflows.