-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Boosted DeepTauID v2.0 #46112
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
Boosted DeepTauID v2.0 #46112
Conversation
…in output NanoAOD
Boosted DeepTauID v2.0
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46112/41901
|
A new Pull Request was created by @mbluj for master. It involves the following packages:
@antoniovilela, @cmsbuild, @davidlange6, @fabiocos, @ftorrresd, @hqucms, @jfernan2, @mandrenguyen, @rappoccio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable nano |
please test |
-1 Failed Tests: UnitTests RelVals RelVals-INPUT RelVals-NANO Unit TestsI found 7 errors in the following unit tests: ---> test testTauEmbeddingWorkflow2016postVFP had ERRORS ---> test testTauEmbeddingWorkflow2016preVFP had ERRORS ---> test testTauEmbeddingWorkflow2017 had ERRORS and more ... RelVals
Expand to see more relval errors ...RelVals-INPUT
Expand to see more relval errors ...RelVals-NANO |
It should be tested with cms-data/RecoTauTag-TrainingFiles#14 otherwise model files are not available. |
please test with cms-data/RecoTauTag-TrainingFiles#14 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46112/42129
|
Conflicts solved. |
@jfernan2 Please also sign cms-data/RecoTauTag-TrainingFiles#14 |
please test |
please test |
Tests started 18h ago and not results yet, should the tests be restarted? |
please abort |
please test |
+1 Size: This PR adds an extra 12KB to repository Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
+1 |
PR description:
This PR adds DeepTauID dedicated to boostedTaus (aka taus in boosted final states).
This new tauID is run at miniAOD step and added to boostedTau collections at miniAOD and nanoAOD. It can be also run on-the-fly as part on nanoAOD step with existing miniAOD samples (for validation purposes) with a new era modifier
run3_nanoAOD_pre142X
introduced in #46066.Expected changes:
slimmedTausBoosted
collection in miniAOD (with negligible impact on miniAOD size);boostedTau
table in nanoAOD and relaxed boostedTau pre-selection (pt threshold 40->25GeV, boostedDeepTauID added to selection criteria OR'ed with previous tauIDs) - increase of size of theboostedTau
table by ~70% and of size of nanoAOD by ~0.5% (tested with Run3 ttbar MC).This PR depends on DeepTauID model files added in cms-data/RecoTauTag-TrainingFiles#14.
Most recent presentation on the BoostedDeepTauID: https://indico.cern.ch/event/1444695/#2-deepboostedtau-id-for-hh-bbt
PR validation:
Validated with wf. 13034.21 (TTbar_14TeV+2024PU_ProdLike)
and custom nanoAOD wf with 2022 miniAOD and
run3_nanoAOD_pre142X
modifier with cmsDriver command:If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport not planned