-
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
Updated Tau Filterbits for 2024 Data Taking #44688
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44688/39886
|
A new Pull Request was created by @brallmond for master. It involves the following packages:
@vlimant, @cmsbuild, @hqucms can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable nano |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9c1529/38734/summary.html Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size 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. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
type tau |
+1 |
This PR is to update filterbits in NanoAOD V14 for 2024 data taking, and for 2022/2023 ReReco campaigns.
The PR adds filter bits for Tau ParticleNet at HLT filters to the electron, muon, tau, and jet collections.
The PR also re-arranges the order of some Tau filter bits, as part of combining/making room for the new bits.
To fit the PNet bits into the Tau collection (since there cannot be more than 30 bits), it was necessary to double-up the DeepTau and Pnet signal and monitoring filter bits. It is possible to do this by requiring an additional bit that is exclusively PNet or DeepTau.
In the process of implementing the PNet bits, several non-functioning DeepTau bits were also updated, enabling more Tau triggers to be matched, specifically VBF SingleTau.
The changes were tested by re-emulating signal files from the HLT decision to NanoAOD, and then observing the filter bits at the NanoAOD level.
This PR does not depend on other PRs.