PhD thesis of Renata Kopečná Angular analysis of B+->K*+(K+pi0)mu+mu- decay with the LHCb experiment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
3.3 KiB

  1. \documentclass{article}
  2. \usepackage[paperheight=110mm,paperwidth=125mm, margin=15mm]{geometry}
  3. \usepackage{feynmp-auto}
  4. \usepackage{textpos}
  5. %\addtolength{\oddsidemargin}{-10mm}
  6. %\addtolength{\evensidemargin}{-10mm}
  7. % commas in feynmp sometimes lead to strange errors, use \comma instead
  8. \DeclareMathSymbol{\comma}{\mathpunct}{letters}{"3B}
  9. \begin{document}\LARGE
  10. \centering
  11. \begin{fmffile}{bsll_eff_meson_charm_diagram} \centering
  12. \begin{fmfgraph*}(280,220)
  13. \fmfstraight
  14. \fmfleft{l10,l9,l8,l7,l6,l5,l4,l3,l2,l1,l0}
  15. \fmfright{r10,r9,r8,r7,r6,r5,r4,r3,r2,r1,r0}
  16. \fmf{phantom}{l0,a1,a2,a3,a4,a5,a6,a7,a8,a9,r0}
  17. \fmf{phantom}{l1,b1,b2,b3,b4,b5,b7,b8,b9,r1}
  18. \fmf{phantom}{l2,c1,c2,c3,c4,c5,c6,c7,c8,c9,r2}
  19. \fmf{phantom}{l3,d1,d2,d3,d4,d5,d6,d7,d8,d9,r3}
  20. \fmf{phantom}{l4,e1,e2,e3,e4,e5,e6,e7,e8,e9,r4}
  21. \fmf{phantom}{l5,f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,r5}
  22. \fmf{phantom}{l6,g1,g2,g3,g4,g5,g6,g7,g8,g9,r6}
  23. \fmf{phantom}{l7,h1,h2,h3,h4,h5,h6,h7,h8,h9,r7}
  24. \fmf{phantom}{l8,i1,i2,i3,i4,i5,i6,i7,i8,i9,r8}
  25. \fmffreeze
  26. %Make the spectator quark
  27. \fmf{fermion,label=$u$,tension=1.0, label.side=left}{l0,r0}
  28. %Make the blobs
  29. \fmf{plain,right=-0.3,tension=-0.5,label=$B^+$, label.side=right,label.dist=0.5}{l0,l4}
  30. \fmf{plain,right=0.3,tension=-0.5}{l0,l4}
  31. \fmf{plain,right=-0.3,tension=-0.5,label=$K^*$, label.side=right,label.dist=1.5}{r0,r4}
  32. \fmf{plain,right=0.3,tension=-0.5}{r0,r4}
  33. %Make gluons
  34. \fmf{gluon}{a1,e1}
  35. \fmf{gluon}{b1,a2}
  36. \fmf{gluon}{a9,c9,e9}
  37. \fmf{gluon}{c9,e7}
  38. \fmf{gluon,right=0.3,tension=-0.5}{a4,c6}
  39. \fmf{gluon}{a7,c6}
  40. \fmf{gluon}{c6,e6}
  41. \fmf{gluon}{a3,c3}
  42. \fmf{gluon}{d3,e3}
  43. \fmf{plain,right=1.0,tension=-0.5}{c3,d3,c3}
  44. %Make b to s
  45. \fmf{fermion,label=$\bar{b}$,tension=1.0,label.side=left}{e5,l4}
  46. \fmf{fermion,label=$\bar{s}$,tension=1.0,label.side=left}{r4,e5}
  47. %Make effective vertex
  48. \fmfv{d.shape=square,d.filled=hatched,d.size=10}{e5}
  49. %Make the charm loop
  50. \fmf{plain,right=1.0,tension=-0.5,label=\vspace{-19pt}$c$,label.side=left,label.dist=9.0}{e5,g5}
  51. \fmf{plain,right=1.0,tension=-0.5,label=\vspace{-17pt}$\bar{c}$,label.side=left,label.dist=19.0}{g5,e5}
  52. %Add gluons
  53. \fmf{gluon,right=-1.0,tension=1.0}{f6,e4}
  54. \fmf{gluon,right=1.0,tension=1.0}{f8,e7}
  55. %Make photon
  56. \fmf{photon,label=$\gamma \comma Z^0$, label.side=right}{g5,h6}
  57. %Make muons
  58. \fmf{fermion,label=$\mu^+$,label.side=right}{r6,h6}
  59. \fmf{fermion,label=$\mu^-$,label.side=right}{h6,r8}
  60. \end{fmfgraph*}
  61. \end{fmffile}
  62. \pagestyle{empty}
  63. \end{document}