#include <Xmatrices.h>
Definition at line 14 of file Xmatrices.h.
|
gslpp::matrix< gslpp::complex > | GetX1 () const |
|
gslpp::matrix< gslpp::complex > | GetX13 () const |
|
gslpp::matrix< gslpp::complex > | GetX2 () const |
|
gslpp::matrix< gslpp::complex > | GetX3 () const |
|
gslpp::matrix< gslpp::complex > | GetX4 () const |
|
gslpp::matrix< gslpp::complex > | GetX5 () const |
|
gslpp::matrix< gslpp::complex > | GetX6 () const |
|
gslpp::matrix< gslpp::complex > | GetX9 () const |
|
void | Update (const CKM &) |
|
| Xmatrices () |
|
|
double | myA |
|
double | myeta |
|
double | mylambda |
|
double | myrho |
|
gslpp::matrix< gslpp::complex > | X1 |
|
gslpp::matrix< gslpp::complex > | X13 |
|
gslpp::matrix< gslpp::complex > | X2 |
|
gslpp::matrix< gslpp::complex > | X3 |
|
gslpp::matrix< gslpp::complex > | X4 |
|
gslpp::matrix< gslpp::complex > | X5 |
|
gslpp::matrix< gslpp::complex > | X6 |
|
gslpp::matrix< gslpp::complex > | X9 |
|
◆ Xmatrices()
Definition at line 10 of file Xmatrices.cpp.
10 :
X1(3,3,0.),
X2(3,3,0.),
11 X3(3,3,0.),
X4(3,3,0.),
X5(3,3,0.),
X6(3,3,0.),
X9(3,3,0.),
X13(3,3,0.)
gslpp::matrix< gslpp::complex > X3
gslpp::matrix< gslpp::complex > X1
gslpp::matrix< gslpp::complex > X9
gslpp::matrix< gslpp::complex > X5
gslpp::matrix< gslpp::complex > X4
gslpp::matrix< gslpp::complex > X2
gslpp::matrix< gslpp::complex > X6
gslpp::matrix< gslpp::complex > X13
◆ GetX1()
gslpp::matrix< gslpp::complex > Xmatrices::GetX1 |
( |
| ) |
const |
|
inline |
◆ GetX13()
gslpp::matrix< gslpp::complex > Xmatrices::GetX13 |
( |
| ) |
const |
|
inline |
◆ GetX2()
gslpp::matrix< gslpp::complex > Xmatrices::GetX2 |
( |
| ) |
const |
|
inline |
◆ GetX3()
gslpp::matrix< gslpp::complex > Xmatrices::GetX3 |
( |
| ) |
const |
|
inline |
◆ GetX4()
gslpp::matrix< gslpp::complex > Xmatrices::GetX4 |
( |
| ) |
const |
|
inline |
◆ GetX5()
gslpp::matrix< gslpp::complex > Xmatrices::GetX5 |
( |
| ) |
const |
|
inline |
◆ GetX6()
gslpp::matrix< gslpp::complex > Xmatrices::GetX6 |
( |
| ) |
const |
|
inline |
◆ GetX9()
gslpp::matrix< gslpp::complex > Xmatrices::GetX9 |
( |
| ) |
const |
|
inline |
◆ Update()
void Xmatrices::Update |
( |
const CKM & |
CKM_in | ) |
|
Definition at line 19 of file Xmatrices.cpp.
24 gslpp::matrix<gslpp::complex> ckm(CKM_in.
getCKM());
26 for (
int i = 0; i < 3; i++){
27 X5.assign(2,i,ckm(2,i));
28 X6.assign(1,i,ckm(1,i));
31 X9.assign(i,2,ckm(2,i).conjugate());
35 for (
int j = 0; j < 3; j++ ){
36 X13.assign(i,j,ckm(2,i).conjugate()*ckm(2,j));
const gslpp::matrix< gslpp::complex > getCKM() const
A member for returning the CKM matrix.
const double getA() const
A member for returning the value of the Wolfenstein parameter .
const double getRhoBar() const
A member for returning the value of the Wolfenstein parameter .
const double getLambda() const
A member for returning the value of the Wolfenstein parameter .
const double getEtaBar() const
A member for returning the value of the Wolfenstein parameter .
◆ myA
◆ myeta
◆ mylambda
double Xmatrices::mylambda |
|
private |
◆ myrho
◆ X1
gslpp::matrix<gslpp::complex> Xmatrices::X1 |
|
private |
◆ X13
gslpp::matrix<gslpp::complex> Xmatrices::X13 |
|
private |
◆ X2
gslpp::matrix<gslpp::complex> Xmatrices::X2 |
|
private |
◆ X3
gslpp::matrix<gslpp::complex> Xmatrices::X3 |
|
private |
◆ X4
gslpp::matrix<gslpp::complex> Xmatrices::X4 |
|
private |
◆ X5
gslpp::matrix<gslpp::complex> Xmatrices::X5 |
|
private |
◆ X6
gslpp::matrix<gslpp::complex> Xmatrices::X6 |
|
private |
◆ X9
gslpp::matrix<gslpp::complex> Xmatrices::X9 |
|
private |
The documentation for this class was generated from the following files: