A class for the PMNS matrix elements. More...
#include <PMNS.h>
A class for the PMNS matrix elements.
Public Member Functions | |
| double | getc12 () |
| double | getc13 () |
| double | getc23 () |
| double | getdelta () |
| std::string | getHierarchy () |
| double | getJcp () |
| void | getPMNS (gslpp::matrix< gslpp::complex > &) const |
| double | gets12 () |
| double | gets13 () |
| double | gets23 () |
| PMNS (std::string H_i) | |
| PMNS (const PMNS &) | |
| void | setPMNS (double, double, double, double) |
| ~PMNS () | |
Private Attributes | |
| double | c12 |
| double | c13 |
| double | c23 |
| double | delta |
| std::string | H |
| double | s12 |
| double | s13 |
| double | s23 |
| gslpp::complex | U11 |
| gslpp::complex | U12 |
| gslpp::complex | U13 |
| gslpp::complex | U21 |
| gslpp::complex | U22 |
| gslpp::complex | U23 |
| gslpp::complex | U31 |
| gslpp::complex | U32 |
| gslpp::complex | U33 |
| PMNS::PMNS | ( | std::string | H_i | ) |
| double PMNS::getc12 | ( | ) |
| double PMNS::getc13 | ( | ) |
| double PMNS::getc23 | ( | ) |
| double PMNS::getdelta | ( | ) |
| std::string PMNS::getHierarchy | ( | ) |
| double PMNS::getJcp | ( | ) |
| void PMNS::getPMNS | ( | gslpp::matrix< gslpp::complex > & | x | ) | const |
| double PMNS::gets12 | ( | ) |
| double PMNS::gets13 | ( | ) |
| double PMNS::gets23 | ( | ) |
| void PMNS::setPMNS | ( | double | s12, |
| double | s13, | ||
| double | s23, | ||
| double | delta | ||
| ) |
Definition at line 55 of file PMNS.cpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |