Skip to content
Snippets Groups Projects
Commit 8e3efefa authored by James Robinson's avatar James Robinson
Browse files

Updated top branching ratio at PMG request. 2015-01-30 10:52:51. (PowhegControl-00-02-02)

Former-commit-id: 00ef82b5d06731e259eb33e20f94c946b5461f36
parent cd4d4604
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ class TopDecorator :
self.decorated = decorated
self.decorated.topdecaymode = 10000
self.decorated.tdec_elbranching = 0.108
self.decorated.tdec_elbranching = SMParams.tdec_elbranching
def append_to_run_card( self ) :
with open( str(self.decorated.TestArea)+'/powheg.input', 'a' ) as f :
......
......@@ -11,32 +11,33 @@
#########################################################################################################################
#! /usr/bin/env python
mass_e = 0.00051
mass_mu = 0.1057
mass_tau = 1.777
mass_d = 0.320
mass_u = 0.320
mass_s = 0.5
mass_c = 1.55
mass_b = 4.95
mass_t = 172.5
mass_W = 80.399
mass_Z = 91.1876
mass_H = 125
width_t = 1.3200
width_W = 2.085
width_Z = 2.4952
width_H = 0.00407
sthw2 = 0.23113
alphaem = 0.00781653
sin2cabibbo = 0.051
CKM_Vud = 0.97428
CKM_Vus = 0.2253
CKM_Vub = 0.00347
CKM_Vcd = 0.2252
CKM_Vcs = 0.97345
CKM_Vcb = 0.0410
CKM_Vtd = 0.00862
CKM_Vts = 0.0403
CKM_Vtb = 0.999152
G_F = 0.00001166397
mass_e = 0.00051
mass_mu = 0.1057
mass_tau = 1.777
mass_d = 0.320
mass_u = 0.320
mass_s = 0.5
mass_c = 1.55
mass_b = 4.95
mass_t = 172.5
mass_W = 80.399
mass_Z = 91.1876
mass_H = 125
width_t = 1.3200
width_W = 2.085
width_Z = 2.4952
width_H = 0.00407
sthw2 = 0.23113
alphaem = 0.00781653
sin2cabibbo = 0.051
CKM_Vud = 0.97428
CKM_Vus = 0.2253
CKM_Vub = 0.00347
CKM_Vcd = 0.2252
CKM_Vcs = 0.97345
CKM_Vcb = 0.0410
CKM_Vtd = 0.00862
CKM_Vts = 0.0403
CKM_Vtb = 0.999152
G_F = 0.00001166397
tdec_elbranching = 0.1082
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment