Class nuTens::PMNSmatrix๏ƒ

class PMNSmatrix : public nuTens::BaseMixingMatrix๏ƒ

PMNS matrix in the standard parameterisation Convenient way to construct the matrix.

Unnamed Group

inline const Tensor &getTheta12Tensor()๏ƒ

Setters.

inline const Tensor &getTheta13Tensor()๏ƒ
inline const Tensor &getTheta23Tensor()๏ƒ
inline const Tensor &getDeltaCPTensor()๏ƒ

Public Functions

inline PMNSmatrix()๏ƒ
inline virtual Tensor &build() override๏ƒ

Should construct and return the mixing matrix.

inline void setParameterValues(float theta12, float theta13, float theta23, float deltaCP)๏ƒ