Draft: Resolve "VectorXYZT::mag() may be confusing since not four-vector magnitude"
Closed
requested to merge 19-vectorxyzt-mag-may-be-confusing-since-not-four-vector-magnitude into master
Closes #19
Merge request reports
Activity
assigned to @wdconinc
added 1 commit
- 268fc174 - VectorXYZ::mag2(), VectorPolar::mag2(), VectorXYZT(VectorXYZ,double), VectorXYZT::mag2()
mentioned in issue #18
From a user perspective, this XYZT object is confusing. I was going to use it to encode the track parameterizations in my private data model, but then realized indeed that it specifically implies a Minkowski metric, and opted to stay away from it, resorting to a pair of separate {XYZ} & {T} fields. In my view this VectorXYZ should better be renamed into LorentzVector, for clarity.
added 1 commit
- 0ba3071c - VectorXYZT and LorentzVectorXYZT are different types
Please register or sign in to reply