-
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
Enable HLT tau filtering based on jet-tags (ParticleNet) [13_2_X] #43122
Enable HLT tau filtering based on jet-tags (ParticleNet) [13_2_X] #43122
Conversation
…ype of objs to match, address case of matching dR<0 and code-formatting
A new Pull Request was created by @mbluj for CMSSW_13_2_X. It involves the following packages:
@Martin-Grunewald, @mandrenguyen, @missirol, @mmusich, @jfernan2, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
@cmsbuild, please test |
backport of #43100 |
type tau |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ff596d/35432/summary.html Comparison SummarySummary:
|
+hlt
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds an HLT filter of tau candidates based on jet-tagger scores. This filter, in particular, enables tau filtering based on particle-net.
The PR introduces the following changes:
TauTagFilter
: an event filter based on the number of tau candidates that pass a selection which combines kinematic requirements (pt, eta) and requirements on jet-tagging. Optionally it also requires a matching with seeds and applies a pt correction;TauWPThreshold
utility class fromDeepTauId
code to a separate file to be used by bothDeepTauId
andTauTagFilter
(and possibly others in future);L2TauTagFilter.cc
to set correct id to output object.No changes are expected in existing workflows (except correct id of objects returned by
L2TauTagFilter
).Detailed performance of new HLT paths using newly introduced TauTagFilter and based on particle-net taggers presented at the TSG meeting on 2023-10-25: link to indico.
PR validation:
Code tested using CMSSW_13_3_0_pre3 with a custom HLT python configuration (with MC): hltMC_PNet_tau.py
If this PR is a backport please specify the original PR and why you need to backport that PR:
Backport of #43100 to 13_2_X release series for HLT integration.