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.

31 lines
1.1 KiB

  1. \documentclass{article}
  2. \usepackage[paperheight=80mm,paperwidth=95mm, margin=5mm]{geometry}
  3. \usepackage{feynmp-auto}
  4. \addtolength{\oddsidemargin}{-10mm}
  5. \addtolength{\evensidemargin}{-10mm}
  6. % commas in feynmp sometimes lead to strange errors, use \comma instead
  7. \DeclareMathSymbol{\comma}{\mathpunct}{letters}{"3B}
  8. \begin{document}\LARGE
  9. \centering
  10. \begin{fmffile}{O1_a_diagram} \centering
  11. \begin{fmfgraph*}(300,180)
  12. \fmfstraight
  13. \fmfleft{l0,l1,l2,l3,l4}
  14. \fmfright{r0,r1,r2,r3,r4}
  15. \fmf{phantom}{l1,w1,r1}
  16. \fmf{phantom}{l3,v1,r3}
  17. \fmffreeze
  18. \fmf{fermion,label=$u$,label.side=left}{l4,v1}
  19. \fmf{fermion,label=$s$,label.side=left}{v1,r4}
  20. \fmf{photon,label=$W$,tension=1.0,label.side=right}{v1,w1}
  21. \fmf{fermion,label=$d$,label.side=right}{l0,w1}
  22. \fmf{fermion,label=$u$,label.side=right}{w1,r0}
  23. \end{fmfgraph*}
  24. \end{fmffile}
  25. \pagestyle{empty}
  26. \end{document}