Belle II Software development
|
3-vector with members of arbitrary type, especially members can be dual numbers More...
#include <beamHelpers.h>
Public Member Functions | |
GeneralVector (T x, T y, T z) | |
constructor allowing to set the components of vector | |
T | norm2 () const |
L2 norm of the vector squared | |
T | angleX () const |
angle in the XZ projection of the vector | |
T | angleY () const |
angle in the YZ projection of the vector | |
Public Attributes | |
T | el [3] |
elements of the vector | |
3-vector with members of arbitrary type, especially members can be dual numbers
Definition at line 136 of file beamHelpers.h.
|
inline |
|
inline |
|
inline |
angle in the YZ projection of the vector
Definition at line 149 of file beamHelpers.h.
|
inline |
T el[3] |
elements of the vector
Definition at line 137 of file beamHelpers.h.