-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradTree.mp
More file actions
31 lines (31 loc) · 784 Bytes
/
Copy pathradTree.mp
File metadata and controls
31 lines (31 loc) · 784 Bytes
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
% radTree.mp -- do not edit, generated automatically by thesis_template.tex
input feynmp
require_RCS_revision "1.30";
beginchar(1, 150*1.0pt#, 150*1.0pt#, 0);
"feynmf: 1";
LaTeX_unitlength:=1.0pt;
subgraph (0, 0, w, h);
vinit;
pickup pencircle scaled thin;
straight_galleries;
vleft (__i1, __i2, __i3, __i4);
vright (__o1, __o2, __o3, __o4);
vlabel ("$Z$", __i1);
vlabel ("$e^-$", __i2);
vlabel ("$e^-$", __o2);
vlabel ("$e^-$", __o3);
vlabel ("$e^+$", __o4);
vconnect ("heavy", __i1, __v1, __o1);
vfreeze;
vconnect ("fermion", __i2, __v2, __v3, __o2);
vfreeze;
vconnect ("fermion", __o4, __v4, __o3);
vconnect ("photon,tension=2,label=$\gamma $", __v1, __v2);
vconnect ("photon,tension=2,label=$\gamma $", __v3, __v4);
vfreeze;
vdraw;
endsubgraph;
endchar;
% the end.
end.
endinput;