-
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 HLTFilter
template HLTL1TMatchedJetsVBFFilter
#42543
add HLTFilter
template HLTL1TMatchedJetsVBFFilter
#42543
Conversation
HLTFilter
template HLTL1TMatchedPFJetsVBFFilter
HLTFilter
template HLTL1TMatchedJetsVBFFilter
21aa99c
to
9b288f5
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42543/36557
|
A new Pull Request was created by @missirol (Marino Missiroli) 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 |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1f1596/34228/summary.html Comparison SummarySummary:
|
9b288f5
to
d5cdd00
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42543/36566
|
Pull request #42543 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
please test Minor technical changes in the last push. This should be the final version. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1f1596/34243/summary.html Comparison SummarySummary:
|
+hlt Addition of |
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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
int i2 = -1; | ||
double m2jj_max = -1; | ||
|
||
for (unsigned int i = 0; i < jetIndices.size() - 1; i++) { |
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.
The use of size() - 1
here is a bug, missed during the integration of this PR, spotted in #43300 (comment), and fixed in #43324 (14_0_X), #43325 (13_3_X) and #43326 (13_2_X)
PR description:
This PR adds new
HLTFilter
s which are meant to be used for an update of the VBF-parking triggers of the current HLT pp menu.The new
HLTFilter
s are instantiations of the plugin templateHLTL1TMatchedJetsVBFFilter
, which serves as an improved version of theEDProducer
templateL1TJetsMatching
.For further details, see CMSHLT-2887.
Attn: @portalesHEP
PR validation:
Compared the results of the latest
GRun
menu before and after customising the relevant Paths with the introduction of instances ofHLTL1TMatchedPFJetsVBFFilter
. The trigger results [2] of the manual tests in [1] are as expected.[1]
[2]
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:
CMSSW_13_2_X
Not needed for ppRef nor HIon, but useful to start the cleanup of the HLT pp menu ahead of 2024.