-
Notifications
You must be signed in to change notification settings - Fork 1
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
Streamlining and cleanup #24
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
===========================================
+ Coverage 82.81% 93.91% +11.10%
===========================================
Files 3 4 +1
Lines 128 148 +20
===========================================
+ Hits 106 139 +33
+ Misses 22 9 -13 ☔ View full report in Codecov by Sentry. |
I guess this is ready for review. I would highly appreciate some feedback 🙆♂️ |
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.
addressed the remaining comment.
Inf is just IEEE float there's nothing Julia about that, there could well be a reason to not use Inf in ROOT |
Understood, thanks! However, is there a reason to not use |
Btw: are there any additional comments to this PR? Or is this ready for merging? |
Co-authored-by: Anton Reinhard <[email protected]>
Co-authored-by: Anton Reinhard <[email protected]>
Co-authored-by: Anton Reinhard <[email protected]>
7807c6c
to
1cfdb47
Compare
Co-authored-by: Anton Reinhard <[email protected]>
Hi @ALL, what is the status of this? If I get an approval, I would like to merge 🙆♂️ |
I say we go for it and see if it works in downstream applications |
With this PR, I try to streamline the discussion from #17 and #13 by reflecting this Proposal in the current implementation and documentation.
Changes made
getter.jl
PxPyPzE
to reflect the proposal from @grasph made in the10-interface.md
. Now it is possible to either implementx,y,z,t
orpx,py,pz,E
.xyze
toXYZT
*mom*
in the tests ofXYZT
tolvec
to indicate that the functionality is not dedicated to momenta.