-
Notifications
You must be signed in to change notification settings - Fork 16
/
TChiZ.tex
executable file
·54 lines (35 loc) · 1.21 KB
/
TChiZ.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
%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for TChiWH
\documentclass{article}
\input{shared/header.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\thispagestyle{empty}
%%%%%%%% THE NAME OF THE fmffile HAS TO BE ``Feynman<filename>'' TO USE compile.py %%%%%%%%%%%%%%%
\begin{fmffile}{FeynmanTChiZ}
\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}{4}
\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{dots, label=\chitz, label.side=left}{v1,v3}
\fmf{dots, label=\chiz, label.side=right}{v1,o2}
%%%%%%%%%%%%% Decays and vertex circles
\fmf{photon}{v3,o4}
\fmflabel{\PZ$^*$}{o4}
\fmf{dots}{v3,o3}
\fmflabel{\chiz}{o3}
%% Vertex circles
\fmfdot{v3}
%%%%%%%%%%%% Additional lines on incoming protons and blob
\input{shared/protons.tex}
\end{fmfgraph*}
}
\end{fmffile}
\end{document}