TopBSM: proc_card_O1.dat

File proc_card_O1.dat, 3.3 KB (added by (none), 12 years ago)
Line 
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 charcter after the @ is used as an identifier for the class *
13# of processes. It can be a single or a digit. *
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# sm_ckm = 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
35pp>tt~/S1 # First Process: WBF
36QCD=2 # Max QCD coupling
37QED=0 # Max QED coupling
38QS0=0
39QS1=2
40QS2=0
41end_coup # no more couplings for this proc
42done # no more procs
43# End PROCESS # This is TAG. Do not modify this line
44#--------------------------------------------------------------------*
45# Model information *
46#--------------------------------------------------------------------*
47# Begin MODEL # This is TAG. Do not modify this line
48topBSM
49# End MODEL # This is TAG. Do not modify this line
50#--------------------------------------------------------------------*
51# Start multiparticle definitions *
52#--------------------------------------------------------------------*
53# Begin MULTIPARTICLES # This is TAG. Do not modify this line
54P uu~dd~ss~cc~g
55J uu~dd~ss~cc~g
56L e+e-mu+mu-ta+ta-veve~
57# End MULTIPARTICLES # This is TAG. Do not modify this line