Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to finish this particle decay channel diagram? #70

Open
quarkquartet opened this issue May 21, 2020 · 0 comments
Open

How to finish this particle decay channel diagram? #70

quarkquartet opened this issue May 21, 2020 · 0 comments

Comments

@quarkquartet
Copy link

I try to finish this diagram.
IMG_1295

My code is:

`\documentclass[tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.shapes}
\usetikzlibrary{patterns}
\usetikzlibrary{snakes}
\usepackage{tikz-feynman}
\begin{document}
\tikzfeynmanset{
every blob/.style={draw=black!40!black, pattern color=black!40!black},
}
\feynmandiagram [horizontal=a to b]{
i1 [particle=(p)]-- [fermion] a -- [fermion] i2 [particle=(p)],
a -- [boson, edge label=(Z^{\prime}\ Z\ \gamma)] b ,
c -- [fermion,edge label=(\bar{E})] b -- [fermion,edge label=(E)] d,
d -- [fermion] e [particle=(e^{-})],
c -- [fermion] f [particle=(e^{+})],
c -- [scalar, edge label=(\phi_{R})] g -- [scalar] o [particle=(\phi_{L})],
d -- [scalar, edge label=(\phi_{R})] h -- [scalar] n [particle=(\phi_{L})],
l [particle=(\bar{f})]-- [fermion] h -- [fermion] m [particle=(f)],
j [particle=(\bar{f})] -- [fermion] g -- [fermion] k [particle=(f)],
l -- [draw=none] j
};

\end{document}
`

The result I get is:
Decaychannel.pdf
It looks not symmetric, and the labels for the two closest final state fermions are overlapped. Any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant