Draft: Resolve "VectorXYZT::mag() may be confusing since not four-vector magnitude"
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 35
− 3
@@ -132,6 +132,7 @@ components:
@@ -132,6 +132,7 @@ components:
@@ -154,6 +155,7 @@ components:
@@ -154,6 +155,7 @@ components:
VectorPolar(double rr, double th, double ph) : r{static_cast<float>(rr)}, theta{static_cast<float>(th)}, phi{static_cast<float>(ph)} {}\n
template<class VectorXYZType> VectorPolar(const VectorXYZType& v) : VectorPolar(v.r(), v.theta(), v.phi()) {}\n
@@ -172,22 +174,52 @@ components:
@@ -172,22 +174,52 @@ components: