-
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
Delta R overlap filter for Candidates #2614
Conversation
A new Pull Request was created by @olivito (Dominick Olivito) for CMSSW_7_1_X. Delta R overlap filter for Candidates It involves the following packages: CommonTools/UtilAlgos @nclopezo, @monttj, @cmsbuild, @anton-a, @thspeer, @slava77, @vadler, @Degano can you please review it and eventually sign? Thanks. |
+1 |
I see this is still "analysis-pending." Could the responsibles please check this request and either comment or approve it? |
+1 |
DataFormats -- Delta R overlap filter for Candidates
Adds a filter that runs on a collection of Cands and removes those that overlap in deltaR with another collection. Also adds dictionary for output of this module when running on PFCandidates.
The use case is for L3 muons in HLT paths with PF iso, which are seen to occasionally overlap with PF Hadrons. Hopefully going to be a temporary fix until the PF behavior there is fully understood.
The implementation was discussed on the physTools hn:
https://hypernews.cern.ch/HyperNews/CMS/get/physTools/3163/1/1/1/1/1/2/1/1/1.html
Would also like to backport this to 70X if possible.