~maddevelopers/mg5amcnlo/3.0.2-alpha0

« back to all changes in this revision

Viewing changes to Template/Cards/proc_card.dat

Added Template and HELAS into bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#*********************************************************************
 
2
#                        MadGraph/MadEvent                           *
 
3
#                   http://madgraph.hep.uiuc.edu                     *
 
4
#                                                                    *
 
5
#                          proc_card.dat                             *
 
6
#                                                                    *
 
7
# This file is used to generate the code for a specific process.     *
 
8
# Some notation/conventions:                                         *
 
9
#                                                                    *
 
10
# 0. Do not modify the TAGS and their order.                         *
 
11
# 1. hash/pound is a comment.                                        *
 
12
# 2. The number after the @ is used as an identifier for the class   *
 
13
#    of processes. It can be any positive integer.                   *
 
14
# 3. The number of lines for the max couplings depends on how many   *
 
15
#    different classes of couplings are present in the model         *
 
16
#    In the SM these are just two: QED (which include EW) and QCD    *
 
17
# 4. Write "end_coup" after  the couplings list,                     *
 
18
#    to tell MG that the couplings input is over.                    *
 
19
# 5. Write "done" after the proc list to                             *
 
20
#    to tell MG that the proc input is over.                         *
 
21
# 6. Some model names available at present are:                      *
 
22
#    sm     =  Standard Model                                        *
 
23
#    smckm =  Standard Model with Cabibbo matrix                     *
 
24
#    mssm   =  Minimal Supersymmetric Standard Model                 *
 
25
#    2hdm   =  Generic Two Higgs Doublet model                       *
 
26
#    heft   =  Higgs EFT (+Standard Model)                           *
 
27
#    usrmod =  User Model                                            *
 
28
# 7. Don't leave spaces between the particles name in the            *
 
29
#    definition of the multiparticles.                               *
 
30
#*********************************************************************
 
31
#*********************************************************************
 
32
# Process(es) requested : mg2 input                                  *
 
33
#*********************************************************************
 
34
# Begin PROCESS # This is TAG. Do not modify this line
 
35
 
 
36
pp>e-ve~  @1       # First Process
 
37
QCD=99             # Max QCD couplings
 
38
QED=2              # Max QED couplings
 
39
end_coup           # End the couplings input
 
40
 
 
41
pp>e-ve~j @2       # Second Process
 
42
QCD=99             # Max QCD couplings
 
43
QED=2              # Max QED couplings
 
44
end_coup           # End the couplings input
 
45
 
 
46
pp>tt~    @3       # Third Process
 
47
QCD=99             # Max QCD couplings
 
48
end_coup           # End the couplings input
 
49
 
 
50
done               # this tells MG there are no more procs
 
51
 
 
52
# End PROCESS  # This is TAG. Do not modify this line
 
53
#*********************************************************************
 
54
# Model information                                                  *
 
55
#*********************************************************************
 
56
# Begin MODEL  # This is TAG. Do not modify this line
 
57
sm           
 
58
# End   MODEL  # This is TAG. Do not modify this line
 
59
#*********************************************************************
 
60
# Start multiparticle definitions                                    *
 
61
#*********************************************************************
 
62
# Begin MULTIPARTICLES # This is TAG. Do not modify this line
 
63
P uu~cc~dd~ss~g
 
64
J uu~cc~dd~ss~g
 
65
L+ e+mu+
 
66
L- e-mu-
 
67
vl vevm
 
68
vl~ ve~vm~
 
69
# End  MULTIPARTICLES # This is TAG. Do not modify this line