~maddevelopers/mg5amcnlo/3.0.2-alpha0

« back to all changes in this revision

Viewing changes to DECAY/calc_values.inc

move ./decay to ./mg5decay; resolve unit tests (n.b. __init__ does not check keys of input dictionaries, followed last revision)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
c
 
2
c     Calculated intermediate values that are printed out
 
3
c
 
4
      double precision  decw, w_w_nl, w_w_tau, w_w_ud, w_w_cs
 
5
      double precision  decz, w_z_nn, w_z_ll, w_z_tau
 
6
      double precision  w_z_uu, w_z_dd, w_z_cc, w_z_bb
 
7
      double precision  mt_h,mb_h,mc_h
 
8
      double precision  w_h_tt,w_h_bb,w_h_tau,w_h_cc
 
9
      double precision  w_h_ww,w_h_zz,w_h_WLWL,w_h_ZLZL
 
10
      common/calc_values/
 
11
     &                   decw, w_w_nl, w_w_tau, w_w_ud, w_w_cs,
 
12
     &                   decz, w_z_nn, w_z_ll, w_z_tau,
 
13
     &                   w_z_uu, w_z_dd, w_z_cc, w_z_bb,
 
14
     &                   mt_h, mb_h, mc_h,
 
15
     &                   w_h_tt,w_h_bb,w_h_tau,w_h_cc,
 
16
     &                   w_h_ww,w_h_zz,w_h_WLWL,w_h_ZLZL
 
17