Explorar el Código

Adds DPF presentation and proceedings

Caleb Fangmeier hace 4 años
padre
commit
fb8aa9e424

+ 3 - 0
.gitmodules

@@ -4,3 +4,6 @@
 [submodule "elegant"]
 	path = elegant
 	url = gogs@git.fangmeier.tech:caleb/pelican-elegant.git
+[submodule "docs/TOP-18-003"]
+	path = docs/TOP-18-003
+	url = ssh://git@gitlab.cern.ch:7999/tdr/papers/TOP-18-003.git

+ 1 - 0
docs/TOP-18-003

@@ -0,0 +1 @@
+Subproject commit 85443f828de14513efa2c117649d85bf0a541d59

+ 109 - 0
dpf2019/DPF2019_template.tex

@@ -0,0 +1,109 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% 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}
+

BIN
dpf2019/FourTop_DPF2019.pdf


+ 28 - 0
dpf2019/Makefile

@@ -0,0 +1,28 @@
+# You want latexmk to *always* run, because make does not have all the info.
+# Also, include non-file targets in .PHONY so they are run regardless of any
+# file of the given name existing.
+.PHONY: proceedings.pdf all clean
+
+# The first rule in a Makefile is the one executed by default ("make"). It
+# should always be the "all" rule, so that "make" and "make all" are identical.
+all: proceedings.pdf
+
+# CUSTOM BUILD RULES
+
+# In case you didn't know, '$@' is a variable holding the name of the target,
+# and '$<' is a variable holding the (first) dependency of a rule.
+# "raw2tex" and "dat2tex" are just placeholders for whatever custom steps
+# you might have.
+
+%.tex: %.raw
+	./raw2tex $< > $@
+
+%.tex: %.dat
+	./dat2tex $< > $@
+
+proceedings.pdf: proceedings.tex
+	rubber proceedings.tex
+
+clean:
+	rubber --clean proceedings.tex
+

+ 124 - 0
dpf2019/econfmacros.tex

@@ -0,0 +1,124 @@
+
+
+%%%  useful macros for econf proceedings articles:
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%  basic formatting macros:
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  single-line equations:
+
+\def\beq{\begin{equation}}
+\def\eeq#1{\label{#1}\end{equation}}
+\def\eeqn{\end{equation}}
+
+%%  multiple-line equations  (use \CR as the carriage return):
+
+\def\beqa{\begin{eqnarray}}
+\def\eeqa#1{\label{#1}\end{eqnarray}}
+\def\eeqan{\end{eqnarray}}
+\def\CR{\nonumber \\ }
+
+%%  reference to an equation number:
+
+\def\leqn#1{(\ref{#1})}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  bibliographic entries   (use this or the SPIRES LaTeX output)
+
+%%   Journal or bibliographic formatting macros are obsolete!
+%%   The SLAC/SPIRES database supplies properly formatted citations;
+%%      click on  LaTeX(US) or LaTeX(EU)   
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  sizing and bars
+
+\def\st{\scriptstyle}
+\def\sst{\scriptscriptstyle}
+
+\def\overbar#1{\overline{#1}}
+\let\littlebar=\bar
+\let\bar=\overbar
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  text-mode macros:
+
+\def\etal{{\it et al.}}
+\def\ie{{\it i.e.}}
+\def\eg{{\it e.g.}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  expectation values:
+
+\def\VEV#1{\left\langle{ #1} \right\rangle}
+\def\bra#1{\left\langle{ #1} \right|}
+\def\ket#1{\left| {#1} \right\rangle}
+\def\vev#1{\langle #1 \rangle}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  caligraphic letters (for matrix elements, luminosity, etc.)
+
+\def\D{{\cal D}}
+\def\L{{\cal L}}
+\def\M{{\cal M}}
+\def\O{{\cal O}}
+\def\W{{\cal W}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  matrix operations and fractions:
+
+\def\One{{\bf 1}}
+\def\hc{{\mbox{\rm h.c.}}}
+\def\tr{{\mbox{\rm tr}}}
+\def\half{\frac{1}{2}}
+\def\thalf{\frac{3}{2}}
+\def\third{\frac{1}{3}}
+\def\tthird{\frac{2}{3}}
+
+\def\Dslash{\not{\hbox{\kern-4pt $D$}}}
+\def\dslash{\not{\hbox{\kern-2pt $\del$}}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  high-energy physics terminology:
+
+\def\Pl{{\mbox{\scriptsize Pl}}}
+\def\eff{{\mbox{\scriptsize eff}}}
+\def\CM{{\mbox{\scriptsize CM}}}
+\def\BR{\mbox{\rm BR}}
+\def\ee{e^+e^-}
+\def\sstw{\sin^2\theta_w}
+\def\cstw{\cos^2\theta_w}
+\def\mz{m_Z}
+\def\gz{\Gamma_Z}
+\def\mw{m_W}
+\def\mt{m_t}
+\def\gt{\Gamma_t}
+\def\mh{m_h}
+\def\gmu{G_\mu}
+\def\GF{G_F}
+\def\alphas{\alpha_s}
+\def\msb{{\bar{\ssstyle M \kern -1pt S}}}
+\def\lmsb{\Lambda_{\msb}}
+\def\ELER{e^-_Le^+_R}
+\def\EREL{e^-_Re^+_L}
+\def\ELEL{e^-_Le^+_L}
+\def\ERER{e^-_Re^+_R}
+\def\eps{\epsilon}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%  supersymmetry:
+
+\def\ch#1{\widetilde\chi^+_{#1}}
+\def\chm#1{\widetilde\chi^-_{#1}}
+\def\neu#1{\widetilde\chi^0_{#1}}
+\def\s#1{\widetilde{#1}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5

BIN
dpf2019/figures/image10.png


BIN
dpf2019/figures/image15.png


BIN
dpf2019/figures/image18.png


BIN
dpf2019/figures/image20.png


BIN
dpf2019/figures/image22.png


BIN
dpf2019/figures/image26.png


BIN
dpf2019/figures/image29.png


BIN
dpf2019/figures/image30.png


BIN
dpf2019/figures/image31.png


BIN
dpf2019/figures/image32.png


BIN
dpf2019/figures/image35.png


BIN
dpf2019/figures/image36.png


BIN
dpf2019/figures/image39.png


BIN
dpf2019/figures/image4.png


BIN
dpf2019/figures/image42.pdf


BIN
dpf2019/figures/image42.png


BIN
dpf2019/figures/image43.pdf


BIN
dpf2019/figures/image43.png


BIN
dpf2019/figures/image44.png


BIN
dpf2019/figures/image47.png


BIN
dpf2019/figures/image48.png


BIN
dpf2019/figures/image50.png


BIN
dpf2019/figures/image51.png


BIN
dpf2019/figures/image52.png


BIN
dpf2019/figures/image55.png


BIN
dpf2019/figures/image56.png


BIN
dpf2019/figures/image57.png


BIN
dpf2019/figures/image58.png


BIN
dpf2019/figures/image6.png


BIN
dpf2019/figures/image8.png


BIN
dpf2019/figures/image9.png


BIN
dpf2019/figures/yukawa.pdf


BIN
dpf2019/magnet.pdf


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 2260 - 0
dpf2019/proceedings.bib


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 161 - 0
dpf2019/proceedings.tex