ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/benhoob/cmsnotes/HCP2012/hooberman.tex
Revision: 1.2
Committed: Tue Mar 5 14:54:35 2013 UTC (12 years, 2 months ago) by benhoob
Content type: application/x-tex
Branch: MAIN
Changes since 1.1: +29 -13 lines
Log Message:
lots of updates

File Contents

# User Rev Content
1 benhoob 1.1 %%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
2     %
3     % This is a template file for Web of Conferences Journal
4     %
5     % Copy it to a new file with a new name and use it as the basis
6     % for your article
7     %
8     %%%%%%%%%%%%%%%%%%%%%%%%%% EDP Science %%%%%%%%%%%%%%%%%%%%%%%%%%%%
9     %
10     \documentclass[epj,twocolumn]{webofc}
11     \usepackage[varg]{txfonts} % Web of Conferences font
12 benhoob 1.2 \usepackage{subfig}
13 benhoob 1.1 \woctitle{Hadron Collider Physics symposium 2012}
14    
15     %\newcommand{\met}{\mbox{$\raisebox{.3ex}{$\not$}E_T$\hspace*{0.5ex}}}
16     \newcommand{\met}{\ensuremath{\rm{E_{T}^{miss}}}}
17     \newcommand{\lsp}{\ensuremath{\tilde{\chi}_{1}^{0}}}
18     \newcommand{\chip}{\ensuremath{\tilde{\chi}_{1}^{\pm}}}
19     \newcommand{\pt}{\ensuremath{p_T}}
20     \newcommand{\mt}{\ensuremath{M_T}}
21     \newcommand{\wjets}{\ensuremath{\rm{W+jets}}}
22     \newcommand{\ttljets}{\ensuremath{t\bar{t}\to\ell+\rm{jets}}}
23     \newcommand{\ttll}{\ensuremath{t\bar{t}\to\ell\ell}}
24     \newcommand{\alphat}{\ensuremath{\alpha_{T}}}
25     %
26     %
27     \begin{document}
28     %
29     \title{Searches for Top and Bottom Squarks at CMS}
30     %
31     % subtitle is optionnal
32     %
33     %%%\subtitle{Do you have a subtitle?\\ If so, write it here}
34    
35     \author{Benjamin Hooberman\inst{1,3}\fnsep\thanks{\email{benhoob@fnal.gov}}
36     % Second author\inst{2}\fnsep\thanks{\email{Mail address for second
37     % author if necessary}} \and
38     % Third author\inst{3}\fnsep\thanks{\email{Mail address for last
39     % author if necessary}}
40     % etc.
41     }
42    
43     \institute{Fermi National Accelerator Laboratory
44     %\and
45     % the second here
46     %\and
47     % Last address
48     }
49    
50     \abstract{%
51     Supersymmetry is a popular extension to the standard problem, which may solve the hierarchy
52     problem in a natural (not fine-tuned) way if it introduces top and bottom squarks with masses
53 benhoob 1.2 not more than several hundred GeV. This note presents the results from three searches for the direct pair production
54     of these particles, which are performed
55     in the single lepton final state focusing on events with large transverse mass, the same-sign dilepton final state,
56 benhoob 1.1 and the all-hadronic final state. No evidence for the production of top and bottom squarks is observed.
57     The results are used to place stringent constraints on the masses of these particles.
58     }
59     %
60     \maketitle
61     %
62    
63     \input{introduction}
64     \input{stop}
65     \input{ss}
66     \input{alphat}
67     \input{summary}
68    
69     %\section{Introduction}
70     %\label{intro}
71     %Your text comes here. Separate text sections with
72    
73     %
74     % BibTeX or Biber users please use (the style is already called in the class, ensure that the "woc.bst" style is in your local directory)
75     % \bibliography{name or your bibliography database}
76     %
77     % Non-BibTeX users please use
78     %
79     \begin{thebibliography}{}
80     %
81     % and use \bibitem to create references.
82     %
83 benhoob 1.2 %\bibitem{RefJ}
84     %% Format for Journal Reference
85     %Journal Author, Journal \textbf{Volume}, page numbers (year)
86     %% Format for books
87     %\bibitem{RefB}
88     %Book Author, \textit{Book title} (Publisher, place, year) page numbers
89     %% etc
90    
91     \bibitem{ref:naturalsusy}
92     M. Papucci, J. T. Ruderman, and A. Weiler, arXiv:1110.6926 (2011).
93    
94     \bibitem{ref:CMS}
95     CMS Collaboration, JINST \textbf{3}, S08004 (2008).
96 benhoob 1.1
97     \bibitem{ref:stop}
98 benhoob 1.2 CMS Collaboration, CMS-PAS-SUS-12-023 (2012).
99 benhoob 1.1
100     \bibitem{ref:ss}
101 benhoob 1.2 CMS Collaboration, arXiv:1212.6194 [hep-ex] (2012).
102 benhoob 1.1
103     \bibitem{ref:alphat}
104 benhoob 1.2 CMS Collaboration, CMS-PAS-SUS-12-028 (2012).
105    
106     \bibitem{ref:btag}
107     CMS Collaboration, arXiv:1211.4462 [hep-ex] (2012).
108    
109     \bibitem{ref:atlasstop}
110     ATLAS Collaboration, Phys. Rev. Lett. \textbf{109}, 211803 (2012).
111    
112     \bibitem{ref:ss_inclusive}
113     CMS Collaboration, Phys. Rev. Lett. \textbf{109}, 071803 (2012).
114 benhoob 1.1
115     \end{thebibliography}
116    
117     \end{document}
118    
119     % end of file template.tex
120