~maddevelopers/mg5amcnlo/3.0.1

« back to all changes in this revision

Viewing changes to models/loop_sm/parameters.py

  • Committer: Marco Zaro
  • Date: 2014-01-27 16:54:10 UTC
  • mfrom: (78.124.55 MG5_aMC_2.1)
  • Revision ID: marco.zaro@gmail.com-20140127165410-5lma8c2hzbzm426j
merged with lp:~maddevelopers/madgraph5/MG5_aMC_2.1 r 267

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
MH = Parameter(name = 'MH',
197
197
               nature = 'external',
198
198
               type = 'real',
199
 
               value = 120.,
 
199
               value = 125.,
200
200
               texname = '\\text{MH}',
201
201
               lhablock = 'MASS',
202
202
               lhacode = [ 25 ])
252
252
WH = Parameter(name = 'WH',
253
253
               nature = 'external',
254
254
               type = 'real',
255
 
               value = 0.00575308848,
 
255
               value = 6.38233934e-03,
256
256
               texname = '\\text{WH}',
257
257
               lhablock = 'DECAY',
258
258
               lhacode = [ 25 ])