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

TSlepSlep diagram #12

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
71 changes: 71 additions & 0 deletions T2bW.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@

%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for T2bbHH

\documentclass{article}

\input{shared/header.tex}

\def\MainQuark{b}


%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\thispagestyle{empty}


%%%%%%%% THE NAME OF THE fmffile HAS TO BE ``Feynman<filename>'' TO USE compile.py %%%%%%%%%%%%%%%
\begin{fmffile}{FeynmanT2bW}
\parbox{300mm}{

\begin{fmfgraph*}(180,90) %\fmfpen{thick}
\fmfset{arrow_len}{cm}\fmfset{arrow_ang}{0}

%%%%%%%%%%%% Specifying number of inputs/outputs
\fmfleftn{i}{2}
\fmfrightn{o}{6}
\fmflabel{}{i1}
\fmflabel{}{i2}

%%%%%%%%%%%% Incoming protons (one line)
\fmf{fermion, tension=2., lab=p, label.side=right}{v1,i1}
\fmf{fermion, tension=2., lab=p, label.side=left}{v1,i2}

%%%%%%%%%%%% Produced SUSY particles
\fmf{dashes, label=\sT, label.side=left}{v1,v3}
\fmf{dashes, label=\sTb, label.side=right}{v1,v2}

%%%%%%%%%%%%% Decays and vertex circles

%%% Top vertex
\fmf{fermion}{v3,o6}
\fmflabel{\MainQuark}{o6}

\fmf{dots, label=$\widetilde{\chi}_1^+$,label.dist=+3, label.side=right}{v3,v5}
\fmf{photon}{v5,o5}
\fmflabel{W$^+$}{o5}

\fmf{dots}{v5,o4}
\fmflabel{\chiz}{o4}

%%% Bottom vertex
\fmf{fermion}{v2,o1}
\fmflabel{$\mathrm{\overline{\MainQuark}}$}{o1}
\fmf{dots, label=$\widetilde{\chi}_1^-$, label.dist=+3, label.side=left}{v2,v4}
\fmf{photon}{v4,o2}
\fmflabel{W$^-$}{o2}

\fmf{dots}{v4,o3}
\fmflabel{\chiz}{o3}

%% Vertex circles
\fmfdot{v2,v3,v4,v5}

%%%%%%%%%%%% Additional lines on incoming protons and blob
\input{shared/protons.tex}

\end{fmfgraph*}

}
\end{fmffile}

\end{document}
4 changes: 2 additions & 2 deletions T2tt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
\fmf{fermion, tension=2., lab=p, label.side=left}{v1,i2}

%%%%%%%%%%%% Produced SUSY particles
\fmf{dashes, label=\sTop, label.side=left}{v1,v3}
\fmf{dashes, label=\sTopb, label.side=right}{v1,v2}
\fmf{dashes, label=\sT, label.side=left}{v1,v3}
\fmf{dashes, label=\sTb, label.side=right}{v1,v2}

%%%%%%%%%%%%% Decays and vertex circles
\fmf{fermion}{v3,o4}
Expand Down
4 changes: 2 additions & 2 deletions T6bbWW.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
\fmf{fermion, tension=2., lab=p, label.side=left}{v1,i2}

%%%%%%%%%%%% Produced SUSY particles
\fmf{dashes, label=\sTop, label.side=left}{v1,v3}
\fmf{dashes, label=\sTopb, label.side=right}{v1,v2}
\fmf{dashes, label=\sT, label.side=left}{v1,v3}
\fmf{dashes, label=\sTb, label.side=right}{v1,v2}

%%%%%%%%%%%%% Decays and vertex circles

Expand Down
Empty file modified TChiWW.tex
100755 → 100644
Empty file.
Empty file modified TChiWZ.tex
100755 → 100644
Empty file.
62 changes: 62 additions & 0 deletions TSlepSlep.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@

%%%%%%%%%%%%%%%%%%%%%% Feynman diagram for TSlepSlep

\documentclass{article}

\input{shared/header.tex}

\def\MainLepton{\ensuremath{\ell}}


%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\thispagestyle{empty}


%%%%%%%% THE NAME OF THE fmffile HAS TO BE ``Feynman<filename>'' TO USE compile.py %%%%%%%%%%%%%%%
\begin{fmffile}{FeynmanTSlepSlep}
\parbox{300mm}{

\begin{fmfgraph*}(180,90) %\fmfpen{thick}
\fmfset{arrow_len}{cm}\fmfset{arrow_ang}{0}

%%%%%%%%%%%% Specifying number of inputs/outputs
\fmfleftn{i}{2}
\fmfrightn{o}{4}
\fmflabel{}{i1}
\fmflabel{}{i2}

%%%%%%%%%%%% Incoming protons (one line)
\fmf{fermion, tension=2., lab=p, label.side=right}{v1,i1}
\fmf{fermion, tension=2., lab=p, label.side=left}{v1,i2}

%%%%%%%%%%%% Produced SUSY particles
\fmf{dashes, label=\sLpm, label.side=left}{v1,v3}
\fmf{dashes, label=\sLmp, label.side=right}{v1,v2}

%%%%%%%%%%%%% Decays and vertex circles
\fmf{fermion}{v3,o4}
\fmflabel{\PLpm}{o4}

\fmf{dots}{v3,o3}
\fmflabel{\chiz}{o3}

%% 2nd decay
\fmf{fermion}{v2,o1}
\fmflabel{\PLmp}{o1}

\fmf{dots}{v2,o2}
\fmflabel{\chiz}{o2}

%% Vertex circles
\fmfdot{v2,v3}

%%%%%%%%%%%% Additional lines on incoming protons and blob
\input{shared/protons.tex}

\end{fmfgraph*}

}
\end{fmffile}

\end{document}
Binary file added diagrams/T2bW.pdf
Binary file not shown.
Binary file modified diagrams/T2tt.pdf
Binary file not shown.
Binary file modified diagrams/T6bbWW.pdf
Binary file not shown.
Binary file added diagrams/TSlepSlep.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions shared/header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
\def\sQb{$\mathrm{\overline{\widetilde{q}}}$}
\def\sBot{$\mathrm{\widetilde{b}_1}$}
\def\sBotb{$\mathrm{\overline{\widetilde{b}}_1}$}
\def\sT{$\mathrm{\widetilde{t}}$}
\def\sTb{$\mathrm{\overline{\widetilde{t}}}$}
\def\sTop{$\mathrm{\widetilde{t}_1}$}
\def\sTopb{$\mathrm{\overline{\widetilde{t}}_1}$}
\def\sTopt{$\mathrm{\widetilde{t}_2}$}
Expand All @@ -19,7 +21,11 @@
\def\PZ{$\mathrm{Z}$}
\def\PW{$\mathrm{W^\pm}$}
\def\Ph{$\mathrm{h}$}
\def\PLpm{$\ell^\pm$}
\def\PLmp{$\ell^\mp$}
\def\sLep{$\widetilde{\ell}$}
\def\sLpm{$\widetilde{\ell}^\pm$}
\def\sLmp{$\widetilde{\ell}^\mp$}
\def\sNu{$\widetilde{\nu}$}
\def\sTau{$\widetilde{\tau}$}
\newcommand{\anti}[1]{$\mathrm{\overline{#1}}$}
Expand Down