Moved old dir to subdirectory 2018-19
This commit is contained in:
parent
18ca312dcd
commit
e7003ee061
22 changed files with 30 additions and 12 deletions
26
2018-19/presentation/feynman_diags/charged_current.tex
Normal file
26
2018-19/presentation/feynman_diags/charged_current.tex
Normal file
|
@ -0,0 +1,26 @@
|
|||
\documentclass{standalone}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{decorations.pathmorphing}
|
||||
\usetikzlibrary{decorations.markings}
|
||||
\usetikzlibrary{patterns}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[decoration={
|
||||
markings,
|
||||
mark=at position 0.5 with {\arrow{>}}}
|
||||
]
|
||||
|
||||
|
||||
\draw[thick,postaction={decorate}] (-2,3) node[left] {$\nu_\mu$} -- (0,2) ; % incoming top
|
||||
\draw[thick,postaction={decorate}] (0,2) -- (2,3) node[right] {$\mu^-$} ; % outgoing top
|
||||
\draw[draw=white,double=black, very thick, decorate, decoration=snake] (0,2) -- (0,1) node[right,pos=0.5] {$W^{+}$};
|
||||
|
||||
|
||||
\draw[thick,postaction={decorate}] (-2,0) node[left] {$e^{-}$} -- (0,1); % ingoing bottom
|
||||
\draw[thick,postaction={decorate}] (0,1) -- (2,0) node[right] {$\nu_e$} ; % ingoing bottom
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
25
2018-19/presentation/feynman_diags/neutral_current.tex
Normal file
25
2018-19/presentation/feynman_diags/neutral_current.tex
Normal file
|
@ -0,0 +1,25 @@
|
|||
\documentclass{standalone}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{decorations.pathmorphing}
|
||||
\usetikzlibrary{decorations.markings}
|
||||
\usetikzlibrary{patterns}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[decoration={
|
||||
markings,
|
||||
mark=at position 0.5 with {\arrow{>}}}
|
||||
]
|
||||
|
||||
|
||||
\draw[thick,postaction={decorate}] (-2,3) node[left] {$\nu_\mu$} -- (0,2) ; % incoming top
|
||||
\draw[thick,postaction={decorate}] (0,2) -- (2,3) node[right] {$\nu_\mu$} ; % outgoing top
|
||||
\draw[draw=white,double=black, very thick, decorate, decoration=snake] (0,2) -- (0,1) node[right,pos=0.5] {$Z$};
|
||||
|
||||
|
||||
\draw[thick,postaction={decorate}] (-2,0) node[left] {$e^{-}$} -- (0,1); % ingoing bottom
|
||||
\draw[thick,postaction={decorate}] (0,1) -- (2,0) node[right] {$e^{-}$} ; % ingoing bottom
|
||||
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
Reference in a new issue