~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to models/4Gen/parameters.py

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
388
388
MH = Parameter(name = 'MH',
389
389
               nature = 'external',
390
390
               type = 'real',
391
 
               value = 120,
 
391
               value = 125,
392
392
               texname = '\\text{MH}',
393
393
               lhablock = 'MASS',
394
394
               lhacode = [ 25 ])
436
436
WH = Parameter(name = 'WH',
437
437
               nature = 'external',
438
438
               type = 'real',
439
 
               value = 0.00575308848,
 
439
               value = 6.38233934e-03,
440
440
               texname = '\\text{WH}',
441
441
               lhablock = 'DECAY',
442
442
               lhacode = [ 25 ])