Skip to content

Draft: Add Giovanna's PFA as an option for vertex simulation #47020

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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

linacre
Copy link

@linacre linacre commented Dec 20, 2024

Draft for internal review in the GTT group.

Some of the code was only for testing purposes. It simplifies a lot if settings_->vx_nvtx()=1 is now the default (can use VertexFinder::PFASingleVertex() instead of VertexFinder::PFA() in that case).

Depending on the above, it may also make more sense to modify the original computeAndSetVertexParameters function rather than making a new computeAndSetVertexParametersPFA, since the two have a lot in common.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 20, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47020/43131

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Pull request #47020 was updated.

…ction and add option not to apply width SF for weighted-average z0 computation
@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Pull request #47020 was updated.

}

float GaussianWidth = settings_->vx_pfa_etadependentresolution()
? 0.09867 + 0.0007 * trackAbsEta + 0.0587 * trackAbsEta * trackAbsEta
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are these numbers? A comment here would be useful to anyone doing maintenance later.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2025

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 6, 2025

Pull request #47020 was updated.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2025

Milestone for this pull request has been moved to CMSSW_15_1_X. Please open a backport if it should also go in to CMSSW_15_0_X.

@cmsbuild cmsbuild modified the milestones: CMSSW_15_0_X, CMSSW_15_1_X Feb 7, 2025
…documented) WeightedZ0 options for testing purposes.
@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47020/43838

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Pull request #47020 was updated.

…ng step functon PFA weights) that can be implemented with minimal changes to the existing FH code.
@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Pull request #47020 was updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants