-
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
Updated N-subjettiness computation in BoostedDoubleSecondaryVertex tagger #12988
Updated N-subjettiness computation in BoostedDoubleSecondaryVertex tagger #12988
Conversation
A new Pull Request was created by @ferencek (Dinko Ferenček) for CMSSW_7_6_X. It involves the following packages: RecoBTag/SecondaryVertex @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
@slava77, the two PRs are essentially independent. This PR is only needed if one wants to remake the So I think it should be fine to have it as a separate PR especially given the fact that #12890 was already tested and signed. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1 |
…om-CMSSW_7_6_3 Updated N-subjettiness computation in BoostedDoubleSecondaryVertex tagger
Backport of a single commit from #12984
This PR updates the way the N-subjettiness is computed in the BoostedDoubleSecondaryVertex tagger. This change is necessary in order to collect all the jet constituents of
slimmedJetsAK8
stored in MiniAOD where subjets and the remaining jet constituents are added as daughters. This is a follow-up to #12890The code changes affect the
pfBoostedDoubleSecondaryVertexAK8BJetTags
discriminator embedded inslimmedJetsAK8
in MiniAOD but should leave its numerical values unchanged.