-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Tau decay products in NanoDQM #43384
Tau decay products in NanoDQM #43384
Conversation
…_tauProdsInNano Store tau decay products in new nanoAOD table
A new Pull Request was created by @Ksavva1021 (Klitos Savva) for CMSSW_13_2_X. It involves the following packages:
@jfernan2, @cmsbuild, @mandrenguyen, @vlimant, @simonepigazzini can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Adding @mbluj as a watcher |
enable nano |
this backport to 13.2 does not seem necessary to me, unless this was already in 13.0.X |
No, it was not in 13_0. We just wonder which release is going to be used for nano v12 as we would like to have this development in it. |
unassign reconstruction |
+reconstruction |
please test |
v12 is with 13.0 and is closed. if this goes in 13.3, then it will be in the upcoming v13 |
Yes, right. It was mistype, I meant v13... So, indeed there is not need to backport to 13_2 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-48e7fc/36313/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 CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
type tau |
cms-bot internal usage |
PR description:
This PR adds tau decay product information in NanoAOD. A collection of tau decay products is created on the fly and then stored in a new NanoAOD table. Additional information stored is as follows for each candidate in the table:
Size tests have been conducted to assess the size increase on NanoAOD. These tests have been conducted using two RelVal samples:
The cumulative contribution of the tau decay products in NanoAOD is expected to be around 1.3 % (TTBar) and 2% (ZTT). Breakdowns are available here.
This PR also allows the tau decay products to be monitored by NanoDQM.
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:
This PR is a backport of PRs #42987 & #43382