-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[math][genvector] Implement pair acoplanarity and asymmetry functions #19618
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
Conversation
Test Results 20 files 20 suites 3d 2h 50m 16s ⏱️ For more details on these failures, see this check. Results for commit 09e7441. ♻️ This comment has been updated with latest results. |
With free functions being added to for the GenVector package in root-project#19618, it will be a problem to find these functions in the ROOT documentation. This is because of a name clash between the GenVector namespace vs the GenVector group. Doxygen links to the former, whereas the latter has all the documentation. Since the namespace was only wrapping the Throw function, GenVector::Throw can be replaced by GenVector_Throw, and the namespace can be removed. This should make the doxygen documentation more useful.
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.
Hello @ferdymercury,
I have a few suggestions, could you have look?
as suggested by Stephan Co-authored-by: Stephan Hageboeck <[email protected]>
as suggested by Stephan Co-authored-by: Stephan Hageboeck <[email protected]>
With free functions being added to for the GenVector package in #19618, it will be a problem to find these functions in the ROOT documentation. This is because of a name clash between the GenVector namespace vs the GenVector group. Doxygen links to the former, whereas the latter has all the documentation. Since the namespace was only wrapping the Throw function, GenVector::Throw can be replaced by GenVector_Throw, and the namespace can be removed. This should make the doxygen documentation more useful.
It would have been good to squash this PR so individual commits in the repository history always compile, simplifying bisection... |
Sorry about that. The only workaround I can suggest at this point is to create a file in the repo called |
This Pull request:
Changes or fixes:
Fixes #19338
Fyi @Rik002
Checklist: