-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathT5qqqqWG.tex
79 lines (52 loc) · 1.68 KB
/
T5qqqqWG.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for T5qqqqWG
\documentclass{article}
\input{shared/header.tex}
\def\MainQuark{q}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\thispagestyle{empty}
%%%%%%%% THE NAME OF THE fmffile HAS TO BE ``Feynman<filename>'' TO USE compile.py %%%%%%%%%%%%%%%
\begin{fmffile}{FeynmanT5qqqqWG}
\parbox{300mm}{
\begin{fmfgraph*}(180,90) %\fmfpen{thick}
\fmfset{arrow_len}{cm}\fmfset{arrow_ang}{0}
%%%%%%%%%%%% Specifying number of inputs/outputs
\fmfleftn{i}{2}
\fmfrightn{o}{8}
\fmflabel{}{i1}
\fmflabel{}{i2}
%%%%%%%%%%%% Incoming protons (one line)
\fmf{fermion, tension=2, lab=p, label.side=right}{v1,i1}
\fmf{fermion, tension=2, lab=p, label.side=left}{v1,i2}
%%%%%%%%%%%% Produced SUSY particles
\fmf{gluon, label=\sGlu, label.side=left, label.dist=8.}{v1,v3}
\fmf{gluon, label=\sGlu, label.side=right, label.dist=10.}{v1,v2}
\fmf{fermion}{v1,v2}
\fmf{fermion}{v1,v3}
%%%%%%%%%%%%% Decays and vertex circles
\fmf{fermion}{v3,o8}
\fmf{fermion}{v3,o7}
\fmflabel{q}{o8}
\fmflabel{\anti{q}}{o7}
\fmf{dots, label=\chiz, label.dist=3.}{v3,v5}
\fmf{photon}{v5,o6}
\fmflabel{$\gamma$}{o6}
\fmf{dots}{v5,o5}
\fmflabel{\sGra}{o5}
\fmf{fermion}{v2,o1}
\fmf{fermion}{v2,o2}
\fmf{dots, label=\chipm, label.side=left, label.dist=3.}{v2,v4}
\fmf{dots}{v4,o4}
\fmflabel{\sGra}{o4}
\fmf{photon}{v4,o3}
\fmflabel{\PW}{o3}
\fmflabel{q}{o1}
\fmflabel{$\mathrm{\overline{\MainQuark}^\prime}$}{o2}
%% Vertex circles
\fmfdot{v2,v3,v4,v5}
%%%%%%%%%%%% Additional lines on incoming protons and blob
\input{shared/protons.tex}
\end{fmfgraph*}
}
\end{fmffile}
\end{document}