~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to models/loop_qcd_qed_sm/parameters.py

1. Merged with branch 2.3.1_CMS

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
              lhablock = 'LOOP',
63
63
              lhacode = [ 666 ])
64
64
 
 
65
CMSParam = Parameter(name = 'CMSParam',
 
66
                 nature = 'internal',
 
67
                 type = 'real',
 
68
                 # This means that the CMS is turned off by default since real masses are used in the expressions.
 
69
                 value = '0.0',
 
70
                 texname = 'CMSParam')
 
71
 
65
72
# User-defined parameters.
66
73
 
67
74
aEWM1 = Parameter(name = 'aEWM1',