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.

34 lines
1.1 KiB

  1. \documentclass{article}
  2. \usepackage[paperheight=50mm,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}{bsll_eff_diagram} \centering
  11. \begin{fmfgraph*}(300,100)
  12. \fmfstraight
  13. \fmfleft{l3,l4,l5}
  14. \fmfright{r3,r4,r5}
  15. \fmf{phantom}{l5,q1,r5}
  16. \fmf{phantom}{l4,a1,r4}
  17. \fmf{phantom}{l3,m1,m2,m3,r3}
  18. \fmfv{d.shape=square,d.filled=hatched,d.size=10}{q1}
  19. \fmffreeze
  20. \fmf{fermion,label=$b$,tension=10.0}{l5,q1}
  21. \fmf{fermion,label=$s$,tension=10.0}{q1,r5}
  22. \fmf{fermion,label=$l^+$, label.side=right}{m2,q1}
  23. \fmf{fermion,label=$l^-$}{q1,m3}
  24. \end{fmfgraph*}
  25. \end{fmffile}
  26. \pagestyle{empty}
  27. \end{document}