Skip to content

[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

Merged
merged 6 commits into from
Aug 14, 2025

Conversation

ferdymercury
Copy link
Collaborator

@ferdymercury ferdymercury commented Aug 12, 2025

This Pull request:

Changes or fixes:

Fixes #19338

Fyi @Rik002

Checklist:

  • tested changes locally
  • updated the docs (if necessary)

@ferdymercury ferdymercury marked this pull request as ready for review August 12, 2025 16:42
@ferdymercury ferdymercury requested a review from lmoneta as a code owner August 12, 2025 16:42
@ferdymercury ferdymercury changed the title [math][genvector] Implement acoplanarity and asymmetry functions [math][genvector] Implement pair acoplanarity and asymmetry functions Aug 12, 2025
Copy link

github-actions bot commented Aug 12, 2025

Test Results

    20 files      20 suites   3d 2h 50m 16s ⏱️
 3 362 tests  3 361 ✅ 0 💤 1 ❌
65 783 runs  65 781 ✅ 0 💤 2 ❌

For more details on these failures, see this check.

Results for commit 09e7441.

♻️ This comment has been updated with latest results.

hageboeck added a commit to hageboeck/root that referenced this pull request Aug 13, 2025
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.
Copy link
Member

@hageboeck hageboeck left a 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?

ferdymercury and others added 2 commits August 13, 2025 16:15
as suggested by Stephan

Co-authored-by: Stephan Hageboeck <[email protected]>
as suggested by Stephan

Co-authored-by: Stephan Hageboeck <[email protected]>
@hageboeck hageboeck merged commit 8d7009b into root-project:master Aug 14, 2025
21 of 26 checks passed
hageboeck added a commit that referenced this pull request Aug 14, 2025
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.
@ferdymercury ferdymercury deleted the ptfeat branch August 14, 2025 07:53
@hahnjo
Copy link
Member

hahnjo commented Aug 14, 2025

It would have been good to squash this PR so individual commits in the repository history always compile, simplifying bisection...

@ferdymercury
Copy link
Collaborator Author

Sorry about that. The only workaround I can suggest at this point is to create a file in the repo called
.git-bisect-skip with the list of offending commit hashes
and then one can use sth like
git bisect --skip $(cat .git-bisect-skip)

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

Successfully merging this pull request may close these issues.

Feature Request ( Functions for Acoplanarity, Vector and Scalar Pt asymmetries)
3 participants