-
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
PFDisplacedVertexCandidateFinder
: fix deltaPhi cut, don't use std::abs
#38080
Conversation
enable profiling |
type pf |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38080/30170
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
RecoParticleFlow/PFTracking/src/PFDisplacedVertexCandidateFinder.cc
Outdated
Show resolved
Hide resolved
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38080/30178
|
Pull request #38080 was updated. @jpata, @cmsbuild, @clacaputo, @slava77 can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7c08e5/25002/summary.html Comparison SummarySummary:
|
baseline PR Although it's a reasonable physics fix, it looks like the timing is not appreciably different. Maybe some tuning of cuts in the PFDisplacedVertexProducer is still in order? |
certainly it looks like it is, but I would let this to be handled by the PF group (@rappoccio mentioned in #38068 (comment) that a fix was available?). I was just curious to see if this relatively easy change could have mitigated the problem and it looks like it's not. |
+reconstruction
|
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 |
Yes, @laurenhay and I went through this for a few hours last week but still have not discovered the other bug. Stay tuned, we will work on it more this week. |
I doubt this is a bug per se. It's just that linking criteria is currently loose, and given large number of tracks, we are connecting too many tracks into a leading block (displaced vertex candidate). So, I think the easiest route is to find the effective criteria to tighten links. |
Hi, @hatakeyamak I'm not convinced that tightening track cuts will reduce the number of tracks from 1500 to 4. Considering that this is always in the first event, I think there really is a bug. We'll keep looking at it. |
From the current way of how iteratively tracks get linked, the observed certainly-undesired feature is not too surprising to me at least, but we will see. Probably we can look at this from two different angles. |
Could be. We can check. |
resolves #38068
PR description:
Implements suggestion at #38068 (comment).
possibly solve CPU speedup: PFDisplacedVertexProducer takes 1-2% of reco time #31158(EDIT see:PFDisplacedVertexCandidateFinder
: fix deltaPhi cut, don't use std::abs #38080 (comment))PR validation:
cmssw
compiles, waiting for a more thorough validation from PF group.if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A