~maddevelopers/mg5amcnlo/3.0.1

« back to all changes in this revision

Viewing changes to models/EWdim6/build_restrict.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:
1
1
################################################################################
2
2
#
3
 
# Copyright (c) 2012 The MadGraph Development team and Contributors
 
3
# Copyright (c) 2012 The MadGraph5_aMC@NLO Development team and Contributors
4
4
#
5
 
# This file is a part of the MadGraph 5 project, an application which 
 
5
# This file is a part of the MadGraph5_aMC@NLO project, an application which 
6
6
# automatically generates Feynman diagrams and matrix elements for arbitrary
7
7
# high-energy processes in the Standard Model and beyond.
8
8
#
9
 
# It is subject to the MadGraph license which should accompany this 
 
9
# It is subject to the MadGraph5_aMC@NLO license which should accompany this 
10
10
# distribution.
11
11
#
12
 
# For more information, please visit: http://madgraph.phys.ucl.ac.be
 
12
# For more information, visit madgraph.phys.ucl.ac.be and amcatnlo.web.cern.ch
13
13
#
14
14
################################################################################
15
15
""" This part is not part of the UFO Model but only of MG5 suite. 
38
38
                                  ('WOLFENSTEIN',[4], 0.0)]
39
39
                           )
40
40
 
41
 
#first_category.add_options(name='c mass = 0', # name
42
 
#                           default=True,        # default
43
 
#                           rules=[('MASS',[4], 0.0),
44
 
#                                  ('YUKAWA',[4], 0.0)]
45
 
#                           )
 
41
first_category.add_options(name='c mass = 0', # name
 
42
                           default=True,        # default
 
43
                           rules=[('MASS',[4], 0.0),
 
44
                                  ('YUKAWA',[4], 0.0)]
 
45
                           )
46
46
 
47
47
first_category.add_options(name='b mass = 0',
48
48
                           default=False,
56
56
                                  ('YUKAWA',[15], 0.0)]
57
57
                           )
58
58
 
59
 
#first_category.add_options(name='muon mass = 0',
60
 
#                           default=True,
61
 
#                           rules=[('MASS',[13], 0.0),
62
 
#                                  ('YUKAWA',[13], 0.0)]
63
 
#                           )
 
59
first_category.add_options(name='muon mass = 0',
 
60
                           default=True,
 
61
                           rules=[('MASS',[13], 0.0),
 
62
                                  ('YUKAWA',[13], 0.0)]
 
63
                           )
64
64
 
65
65
#first_category.add_options(name='electron mass = 0',
66
66
#                           default=True,
101
101
                          rules=[('DIM6',[5], 0.0)],
102
102
                          inverted_display=True
103
103
                          )
 
104
dim6_category.add_options(name='Cphid',
 
105
                          default=True,
 
106
                          rules=[('DIM6',[6], 0.0)],
 
107
                          inverted_display=True
 
108
                          )
 
109
dim6_category.add_options(name='CphiW',
 
110
                          default=True,
 
111
                          rules=[('DIM6',[7], 0.0)],
 
112
                          inverted_display=True
 
113
                          )
 
114
dim6_category.add_options(name='CphiB',
 
115
                          default=True,
 
116
                          rules=[('DIM6',[8], 0.0)],
 
117
                          inverted_display=True
 
118
                          )
104
119
 
105
120