123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %
- % LATEX TEMPLATE ==> DO NOT CHANGE
- % based on template from here: https://www.slac.stanford.edu/econf/editors/eprint-template/instructions.html
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \documentclass[11pt]{article}
- \usepackage[margin=1in]{geometry}
- \usepackage{graphicx}
- \input econfmacros.tex %contains macros used in this document
- \def\Title#1{\begin{center} {\Large {\bf #1} } \end{center}}
- \def\Author#1{\begin{center} {\normalsize {\sc #1} } \end{center}}
- \def\Institution#1{\begin{center} {\normalsize {\it #1} } \end{center}}
- \def\Abstract#1{\noindent {\normalsize {\bf Abstract:} {\normalfont #1}}}
- \def\Conference{\vspace{4mm}\begin{raggedright} {\normalsize {\it Talk presented at the 2019 Meeting of the Division of Particles and Fields of the American Physical Society (DPF2019), July 29--August 2, 2019, Northeastern University, Boston, C1907293.} } \end{raggedright}\vspace{4mm}}
- \begin{document}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %
- % TITLE, AUTHOR, INSTITUTION, ABSTRACT ==> UPDATE
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Title{Search for Standard Model Production of Four Top Quarks}
- \Author{Caleb Fangmeier}
- \Institution{Department of Physics and Astronomy\\ University of Nebraska-Lincoln}
- \Abstract{This talk describes efforts towards a first measurement of the standard model production of four top quarks with results based on up to the full Run 2 dataset. It includes implications of this measurement to constrain properties of the Higgs Boson and new physics scenarios including dark matter.}
- \Conference%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %
- % MAIN TEXT ==> UPDATE
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \section{Introduction}
- Four top quark production is a rare Standard Model process with a cross section of $\sigma\left(\mathrm{pp}\rightarrow t\bar{t}t\bar{t}\right)=12\mathrm{fb}$ calculated at next-to-leading order at 13TeV center of mass energy\cite{}. The dominant production mode of $t\bar{t}t\bar{t}$ at the LHC is through QCD diagrams such as those shown in Figure~\ref{fig:feyn_qcd}.
- \begin{figure}[htb]
- \centering
- \includegraphics[height=1.5in]{figures/image4.png}
- \includegraphics[height=1.5in]{figures/image9.png}
- \caption{Some representative QCD production diagrams for four top quarks}
- \label{fig:feyn_qcd}
- \end{figure}
- \section{Event Selection and Background Estimation}
- \section{Results}
- \section{Interpretation}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%
- %%% use this format to include an eps/pdf figure into your paper
- %%%
- %\begin{figure}[htb]
- %\centering
- %\includegraphics[height=1.5in]{magnet}
- %\caption{Plan of the magnet used in the mesmeric studies.}
- %\label{fig:magnet}
- %\end{figure}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%
- %%% use this format to include a LaTeX table into your paper
- %%%
- %\begin{table}[t]
- %\begin{center}
- %\begin{tabular}{l|ccc} \hline
- %Patient & Initial level($\mu$g/cc) & w. Magnet &
- %w. Magnet and Sound \\ \hline
- % Guglielmo B. & 0.12 & 0.10 & 0.001 \\
- % Ferrando di N. & 0.15 & 0.11 & $< 0.0005$ \\ \hline
- %\end{tabular}
- %\caption{Blood cyanide levels for the two patients.}
- %\label{tab:blood}
- %\end{center}
- %\end{table}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \section*{Acknowledgements}
- TODO
- \begin{thebibliography}{99}
- \end{thebibliography}
-
- \end{document}
|