Store some constants useful for HNL physics
Definition at line 78 of file hnl.py.
◆ __init__()
hnl.constants.__init__ |
( |
|
self | ) |
|
Definition at line 82 of file hnl.py.
82 def __init__(self):
83 self.decayConstant = {'pi+':0.130*u.GeV,
84 'pi0':0.130*u.GeV,
85 'eta':1.2*0.130*u.GeV,
86 'eta1':0.152*u.GeV,
87 'eta_c':0.335*u.GeV,
88 'rho+':0.209*u.GeV,
89 'rho0':0.209*u.GeV,
90 'omega':0.195*u.GeV,
91 'phi':0.229*u.GeV,
92 'D_s+':0.249*u.GeV,
93 'D*_s+':0.315*u.GeV}
94 self.GF = 1.166379e-05/(u.GeV*u.GeV)
95 self.s2thetaw = 0.23126
96 self.heV = 6.58211928*pow(10.,-16)
97 self.hGeV = self.heV * pow(10.,-9)
98
99
◆ decayConstant
hnl.constants.decayConstant |
◆ GF
◆ heV
◆ hGeV
◆ s2thetaw
The documentation for this class was generated from the following file: