-
Notifications
You must be signed in to change notification settings - Fork 16
/
T5ttbbWW.tex
executable file
·72 lines (51 loc) · 1.75 KB
/
T5ttbbWW.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
%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for T5qqqqWW
\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}{FeynmanT5ttbbWW}
\parbox{300mm}{
\begin{fmfgraph*}(180,90)
\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.8, lab=p, label.side=right}{v1,i1}
\fmf{fermion, tension=2.8, lab=p, label.side=left}{v1,i2}
%%%%%%%%%%%% Produced SUSY particles
\fmf{gluon, label=\sGlu,label.dist=+10, label.side=left}{v1,v2} %upper vertex
\fmf{gluon, label=\sGlu,label.dist=+12, label.side=right}{v1,v3} %lower vertex
\fmf{fermion}{v1,v2}
\fmf{fermion}{v1,v3}
%%%%%%%%%%%%% Decays and vertex circles
\fmflabel{$\mathrm{\overline{t}}$}{o1}
\fmflabel{b}{o2}
\fmflabel{W$^+$}{o3}
\fmflabel{\chiz}{o4}
\fmf{fermion}{o1,v3,o2}
\fmf{dots, label=$\widetilde{\chi}_1^+$,label.dist=+3, label.side=left}{v3,v4}
\fmf{dots}{v4,o4}
\fmf{photon}{v4,o3}
%% 2nd decay
\fmflabel{\chiz}{o5}
\fmflabel{W$^+$}{o6}
\fmflabel{$\mathrm{\overline{t}}$}{o7}
\fmflabel{b}{o8}
\fmf{fermion}{o7,v2,o8}
\fmf{dots, label=$\widetilde{\chi}_1^+$,label.dist=+2, label.side=right}{v2,v5}
\fmf{dots}{v5,o5}
\fmf{photon}{v5,o6}
%% Vertex circles
\fmfdot{v2,v3,v4,v5}
%%%%%%%%%%%% Additional lines on incoming protons
\input{shared/protons.tex}
\end{fmfgraph*}
}
\end{fmffile}
\end{document}