FairShip
Loading...
Searching...
No Matches
hnl.CKMmatrix Class Reference

Public Member Functions

None __init__ (self)
 

Public Attributes

 Vud
 
 Vus
 
 Vub
 
 Vcd
 
 Vcs
 
 Vcb
 
 Vtd
 
 Vts
 
 Vtb
 

Detailed Description

CKM matrix, from http://pdg.lbl.gov/2017/reviews/rpp2016-rev-ckm-matrix.pdf

Definition at line 72 of file hnl.py.

Constructor & Destructor Documentation

◆ __init__()

None hnl.CKMmatrix.__init__ (   self)

Definition at line 77 of file hnl.py.

77 def __init__(self) -> None:
78 self.Vud = 0.9743
79 self.Vus = 0.2251
80 self.Vub = 3.6e-03
81 self.Vcd = 0.2249
82 self.Vcs = 0.9735
83 self.Vcb = 4.11e-02
84 self.Vtd = 8.6e-03
85 self.Vts = 4.0e-02
86 self.Vtb = 0.999
87
88

Member Data Documentation

◆ Vcb

hnl.CKMmatrix.Vcb

Definition at line 83 of file hnl.py.

◆ Vcd

hnl.CKMmatrix.Vcd

Definition at line 81 of file hnl.py.

◆ Vcs

hnl.CKMmatrix.Vcs

Definition at line 82 of file hnl.py.

◆ Vtb

hnl.CKMmatrix.Vtb

Definition at line 86 of file hnl.py.

◆ Vtd

hnl.CKMmatrix.Vtd

Definition at line 84 of file hnl.py.

◆ Vts

hnl.CKMmatrix.Vts

Definition at line 85 of file hnl.py.

◆ Vub

hnl.CKMmatrix.Vub

Definition at line 80 of file hnl.py.

◆ Vud

hnl.CKMmatrix.Vud

Definition at line 78 of file hnl.py.

◆ Vus

hnl.CKMmatrix.Vus

Definition at line 79 of file hnl.py.


The documentation for this class was generated from the following file: