We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mt2
LorentzVectorHEP.jl/src/cartesian.jl
Lines 4 to 5 in 189aa11
idk why we didn't do the naive px^2 + py^2, because that seems to be correct
px^2 + py^2
The text was updated successfully, but these errors were encountered:
here our mt^2 is effectively
mt^2
E^2 - pz^2 = m^2 + px^2 + py^2 + pz^2 - pz^2
which only gives me correct plot if particle is massless
Sorry, something went wrong.
but it's how ROOT does it https://root.cern.ch/doc/master/TLorentzVector_8h_source.html#l00513
@aminnj halp
I think we're missing a 2-particle version of mt2 and mt because that's apparently different from mt(vec1 + vec2), makes sense
mt
mt(vec1 + vec2)
No branches or pull requests
LorentzVectorHEP.jl/src/cartesian.jl
Lines 4 to 5 in 189aa11
idk why we didn't do the naive
px^2 + py^2
, because that seems to be correctThe text was updated successfully, but these errors were encountered: