-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
base: master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
-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)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47020/43351 |
Pull request #47020 was updated. |
…ction and add option not to apply width SF for weighted-average z0 computation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47020/43438 |
Pull request #47020 was updated. |
} | ||
|
||
float GaussianWidth = settings_->vx_pfa_etadependentresolution() | ||
? 0.09867 + 0.0007 * trackAbsEta + 0.0587 * trackAbsEta * trackAbsEta |
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.
What are these numbers? A comment here would be useful to anyone doing maintenance later.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47020/43540 |
Pull request #47020 was updated. |
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. |
…documented) WeightedZ0 options for testing purposes.
-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)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47020/43840 |
Pull request #47020 was updated. |
…ng step functon PFA weights) that can be implemented with minimal changes to the existing FH code.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47020/43846 |
Pull request #47020 was updated. |
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 useVertexFinder::PFASingleVertex()
instead ofVertexFinder::PFA()
in that case).Depending on the above, it may also make more sense to modify the original
computeAndSetVertexParameters
function rather than making a newcomputeAndSetVertexParametersPFA
, since the two have a lot in common.