-
Notifications
You must be signed in to change notification settings - Fork 16
/
T2bbffff.tex
71 lines (49 loc) · 1.63 KB
/
T2bbffff.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
%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for T2bbffff = T2tt-4bdy with generic f f' notation
\documentclass{article}
\input{shared/header.tex}
\def\MainQuark{t}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\thispagestyle{empty}
%%%%%%%% THE NAME OF THE fmffile HAS TO BE ``Feynman<filename>'' TO USE compile.py %%%%%%%%%%%%%%%
\begin{fmffile}{FeynmanT2bbffff}
\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=4., lab=p, label.side=right}{v1,i1}
\fmf{fermion, tension=4., lab=p, label.side=left}{v1,i2}
%%%%%%%%%%%% Produced SUSY particles
\fmf{dashes, tension=2.5, label=\sTop, label.side=left}{v1,v3}
\fmf{dashes, tension=2.5, label=\sTopb, label.side=right}{v1,v2}
%%%%%%%%%%%%% Decays and vertex circles
\fmf{fermion}{v3,o8}
\fmflabel{b}{o8}
\fmf{fermion}{v3,o7}
\fmflabel{f}{o7}
\fmf{fermion}{v3,o6}
\fmflabel{$\mathrm{\overline{f}'}$}{o6}
\fmf{dots}{v3,o5}
\fmflabel{\chiz}{o5}
%% 2nd decay
\fmf{fermion}{v2,o1}
\fmflabel{$\mathrm{\overline{b}}$}{o1}
\fmf{fermion}{v2,o2}
\fmflabel{f}{o2}
\fmf{fermion}{v2,o3}
\fmflabel{$\mathrm{\overline{f}'}$}{o3}
\fmf{dots}{v2,o4}
\fmflabel{\chiz}{o4}
%% Vertex circles
\fmfdot{v2,v3}
%%%%%%%%%%%% Additional lines on incoming protons and blob
\input{shared/protons.tex}
\end{fmfgraph*}
}
\end{fmffile}
\end{document}