-
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
Add plugin to use existing HLTDoubleSinglet module with two PFJets and one RecoEcalCandidate [13_0_X] #40991
Add plugin to use existing HLTDoubleSinglet module with two PFJets and one RecoEcalCandidate [13_0_X] #40991
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 open a PR to the |
Okay, I have a bit of a beginner question. To make this change in a single commit on this backport PR, should I revise the commit history of this PR (not sure if it is possible since the PR is already made) or close this one and open a new PR for the backport? |
It can be done in this PR, overwriting the branch associated to this PR ("force pushing"). Untested recipe (notice the cmsrel CMSSW_13_0_0
cd CMSSW_13_0_0/src
cmsenv
git cms-init
git cms-addpkg HLTrigger/HLTfilters
git checkout -b extend-HLTPlugins-HLTDoubletSinglet-DoublePFJetPhoton
git cherry-pick 107b4b58b3c30c5a6c87f6a5a775d73a7b5b163a # from the PR to master
scram b
git push my-cmssw extend-HLTPlugins-HLTDoubletSinglet-DoublePFJetPhoton -f |
…d one RecoEcalCandidate
backport of #40994 |
Pull request #40991 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-66be80/31143/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 future VBF Electron and VBF Photon HLTs 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), one plugin is added to the existing plugins file of HLTrigger/HLTfilters.
PR validation:
With the changed file in place, the rates of VBF Electron and VBF Photon were estimated after changing by-hand the EDFilter type to use for the final filter of each path. It was found that events pass both paths and use the triplet filter in the expected way (cross-cleaning a RecoEcalCandidate from two PFJets).
NB: It wasn't obvious to me this was the case at first, but using the same EDFilter module for both electrons and photons is in-line with existing HLT paths and code (see the Ele-Tau cross trigger, which uses a HLT2PhotonTau EDFilter in its cross-cleaning module, hltOverlapFilterIsoEle24IsoTau30WPTightGsfCaloJet5).
Backport
master PR is #40994
It's necessary to Backport this change as current testing and HLT development is taking place in CMSSW_13_0_0