-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathT10bbllnunu.tex
executable file
·102 lines (75 loc) · 2.63 KB
/
T10bbllnunu.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for T2bbHH
\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}{FeynmanT10bbllnunu}
\parbox{300mm}{
\begin{fmfgraph*}(180,90) %\fmfpen{thick}
\fmfstraight
\fmfset{arrow_len}{cm}\fmfset{arrow_ang}{0}
%%%%%%%%%%%% Specifying number of inputs/outputs
\fmfleftn{i}{2}
\fmfforce{0.w,0.95h}{i1}
\fmfforce{0.w,0.05h}{i2}
\fmfbottom{o10,o11,o11a,o1,o2,o3}
\fmfright{o4,o5}
\fmftop{o12,o13,o13a,o8,o7,o6}
\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}
\fmfforce{0.43w,0.75h}{v2}
\fmfforce{0.62w,0.75h}{v3}
\fmfforce{0.82w,0.75h}{v4}
\fmfforce{w,0.75h}{o5}
\fmfforce{0.43w,0.25h}{v5}
\fmfforce{0.62w,0.25h}{v6}
\fmfforce{0.82w,0.25h}{v7}
\fmfforce{w,0.25h}{o4}
%%%%%%%%%%%% Produced SUSY particles
\fmf{dashes, label=\sTopb, label.side=right}{v1,v5}
\fmf{dashes, label=\sTop, label.side=left}{v1,v2}
%%%%%%%%%%%%% Decays and vertex circles
%%% Top vertex
\fmf{dots, label=$\widetilde{\chi}_1^-$,label.dist=+3, label.side=left}{v5,v6}
\fmf{dashes,label=\sLep$^-$,label.dist=-14}{v6,v7}
\fmflabel{$\mathrm{\overline{\MainQuark}}$}{o1}
\fmflabel{$\overline{\nu}$}{o2}
\fmflabel{$\ell^-$}{o3}
\fmflabel{\chiz}{o4}
\fmf{fermion}{o1,v5}
\fmf{fermion}{o2,v6}
\fmf{fermion}{o3,v7}
\fmf{dots}{o4,v7}
%%% Bottom vertex
\fmf{dots, label=$\widetilde{\chi}_1^+$, label.dist=+3, label.side=right}{v2,v3}
\fmf{dashes,label=\sLep$^+$,label.dist=3}{v3,v4}
\fmflabel{\chiz}{o5}
\fmflabel{$\ell^+$}{o6}
\fmflabel{$\nu$}{o7}
\fmflabel{\MainQuark}{o8}
\fmf{fermion}{o8,v2}
\fmf{fermion}{o7,v3}
\fmf{fermion}{o6,v4}
\fmf{dots}{o5,v4}
%% Vertex circles
\fmfdot{v2,v3,v4,v5,v6,v7}
%%%%%%%%%%%% Additional lines on incoming protons and blob
%%%%%%%%%%%% Additional lines on incoming protons and blob
\fmffreeze
\renewcommand{\P}[3]{\fmfi{plain}{%
vpath(__#1,__#2) shifted (thick*(#3))}}
\P{i1}{v1}{2.,-0}
\P{i1}{v1}{-2,0}
\P{i2}{v1}{2.,0}
\P{i2}{v1}{-2.,-0}
\fmfv{decor.shape=circle,decor.filled=30, decor.size=.12w}{v1}
\end{fmfgraph*}
}
\end{fmffile}
\end{document}