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.

29 lines
1.0 KiB

  1. \documentclass{article}
  2. \usepackage[paperheight=50mm,paperwidth=95mm, margin=5mm]{geometry}
  3. \usepackage{feynmp-auto}
  4. % commas in feynmp sometimes lead to strange errors, use \comma instead
  5. \DeclareMathSymbol{\comma}{\mathpunct}{letters}{"3B}
  6. \begin{document}\LARGE
  7. \centering
  8. \begin{fmffile}{bsll_leptoquark_diagram} \centering
  9. \begin{fmfgraph*}(250,100)
  10. \fmfstraight
  11. \fmfleft{l1,l2}
  12. \fmfright{r1,r2}
  13. \fmf{phantom}{l1,p1,r1}
  14. \fmf{phantom}{l2,m1,m2,m3,r2}
  15. \fmffreeze
  16. \fmf{fermion,label=$b$,tension=1.0}{l2,m1}
  17. \fmf{photon,label=$\phi$,tension=1}{m1,m3}
  18. \fmf{fermion,label=$s$,tension=1.0}{m3,r2}
  19. \fmf{fermion,label=$\l^-$, label.side=right}{m1,p1}
  20. \fmf{fermion,label=$\l^+$}{r1,m3}
  21. \end{fmfgraph*}
  22. \end{fmffile}
  23. \pagestyle{empty}
  24. \end{document}