-
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
Add PFDiJetCorrCheckerWithDiTau producer for DoubleTau+VBF-jets HLT paths #37116
Add PFDiJetCorrCheckerWithDiTau producer for DoubleTau+VBF-jets HLT paths #37116
Conversation
Added PFDiJetCorrCheckerWithDiTau module to remove overlap between di-tau and di-jet for HLT
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37116/28622 |
A new Pull Request was created by @mbluj for master. It involves the following packages:
@cmsbuild, @missirol, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
RecoTauTag/HLTProducers/interface/PFDiJetCorrCheckerWithDiTau.h
Outdated
Show resolved
Hide resolved
…u module; Add "HLT" at beginning of its name
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37116/28633
|
Pull request #37116 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
Review comments were addressed, namely:
|
please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the review, just a few technical suggestions.
It would be useful to know if this PR needs to be integrated by Mar-8 (pre6
); i think it's feasible, but just to know.
I think it will be great to have it for pre6 to boost integration the module within actual HLT paths, but I am checking details with proponents. |
@missirol requested changes were implemented and committed. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37116/28643
|
Pull request #37116 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-21df65/22783/summary.html Comparison SummarySummary:
|
+hlt
|
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds a new HLT producer of PFJets forming pairs with high mass and not overlapping with pairs of PFTaus passing an HLT filter. The producer will be used in DoubleTau+VBF-jets trigger paths as replacement of the currently used PFJet-PFTau overlap filter. It is estimated that the new producer will allow to increase efficiency of the trigger by ~10% for the same rate compared to triggers with currently used overlap filter.
PR validation:
Tested with dedicated configuration containing HLT paths using the new module.