-
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
extended existing HLT tau-jet correlation module [13_0_X] #40990
extended existing HLT tau-jet correlation module [13_0_X] #40990
Conversation
A new Pull Request was created by @brallmond (Braden Allmond) for CMSSW_13_0_X. It involves the following packages:
@cmsbuild, @missirol, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
Please make a PR to the master CMSSW branch as well so that this backport can be integrated with the master being up to date as well. |
break; | ||
if (taus.size() == 1) { correctComb = true; } | ||
|
||
if (taus.size() > 1) { |
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.
just use else
since you checked size()>0 already above....
Okay, when I tried to integrate with master originally, there were 78+ commits included from other PRs. Is this intended? |
Pull request #40990 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
You'd need to rebase to 13_1_X or start from a recent 13_1_X developer area to make the PR. |
Okay, I've made a new PR (#40993) to 13_1_X with the same change, and edited the description of the PR in this thread to show it is a backport to 13_0_0. Please let me know if this is acceptable |
OK, looks good - but please apply the 131x code format patches there and also here. |
backport of #40993 |
Pull request #40990 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-66b06e/31148/summary.html Comparison SummarySummary:
|
Pull request #40990 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-66b06e/31162/summary.html Comparison SummarySummary:
|
+hlt |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
To support a future VBF Single Tau HLT in the scenario that VBF Parking is accepted (see JIRA https://its.cern.ch/jira/browse/CMSLITDPG-1099 and https://its.cern.ch/jira/browse/CMSHLT-2702), a small change to an existing HLT module is necessary. The change extends the module's usage from only handling 2 Jet + 2 Tau events to also handling 2 Jet + 1 Tau events. This change depends on no other PRs and affects code used by one existing HLT path, and would allow the implementation of a future HLT path.
PR validation:
In the course of estimating rate and gain for the proposed VBF Single Tau path, the same metrics were also computed for the VBF DiTau path with the module extension in place and no differences were found in past and current behavior of the path.
Backport
master PR is #40993
It's necessary to Backport this change as current testing and HLT development is taking place in CMSSW_13_0_0