-
Notifications
You must be signed in to change notification settings - Fork 16
/
T1bbbb.tex
65 lines (45 loc) · 1.5 KB
/
T1bbbb.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
%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for T1bbbb
\documentclass{article}
\input{shared/header.tex}
\def\MainQuark{b}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\thispagestyle{empty}
%%%%%%%% THE NAME OF THE fmffile HAS TO BE ``Feynman<filename>'' TO USE compile.py %%%%%%%%%%%%%%%
\begin{fmffile}{FeynmanT1bbbb}
\parbox{300mm}{
\begin{fmfgraph*}(180,90)
\fmfset{arrow_len}{cm}\fmfset{arrow_ang}{0}
%%%%%%%%%%%% Specifying number of inputs/outputs
\fmfleftn{i}{2}
\fmfrightn{o}{6}
\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}{v1,v3} %lower vertex
\fmf{fermion}{v1,v2}
\fmf{fermion}{v1,v3}
%%%%%%%%%%%%% Decays and vertex circles
\fmflabel{$\mathrm{\overline{\MainQuark}}$}{o1}
\fmflabel{\MainQuark}{o2}
\fmflabel{\chiz}{o3}
\fmf{fermion}{o1,v3,o2}
\fmf{dots}{v3,o3}
%% 2nd decay
\fmflabel{\chiz}{o4}
\fmflabel{$\mathrm{\overline{\MainQuark}}$}{o5}
\fmflabel{\MainQuark}{o6}
\fmf{fermion}{o5,v2,o6}
\fmf{dots}{v2,o4}
%% Vertex circles
\fmfdot{v2,v3}
%%%%%%%%%%%% Additional lines on incoming protons
\input{shared/protons.tex}
\end{fmfgraph*}
}
\end{fmffile}
\end{document}