ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/benhoob/cmsnotes/HCP2012/hooberman.tex
Revision: 1.4
Committed: Tue Mar 5 16:50:59 2013 UTC (12 years, 2 months ago) by benhoob
Content type: application/x-tex
Branch: MAIN
CVS Tags: v1
Changes since 1.3: +1 -1 lines
Log Message:
update for v1

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 benhoob 1.3 problem without fine-tuning if it introduces top and bottom squarks with masses
53 benhoob 1.4 not more than several hundred GeV. This note describes three searches for the direct pair production
54 benhoob 1.2 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.3 and the all-hadronic final state using the $\alpha_T$ quantity.
57     No evidence for the production of top or bottom squarks is observed.
58 benhoob 1.1 The results are used to place stringent constraints on the masses of these particles.
59     }
60     %
61     \maketitle
62     %
63    
64     \input{introduction}
65     \input{stop}
66     \input{ss}
67     \input{alphat}
68     \input{summary}
69    
70     %\section{Introduction}
71     %\label{intro}
72     %Your text comes here. Separate text sections with
73    
74     %
75     % 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)
76     % \bibliography{name or your bibliography database}
77     %
78     % Non-BibTeX users please use
79     %
80     \begin{thebibliography}{}
81     %
82     % and use \bibitem to create references.
83     %
84 benhoob 1.2 %\bibitem{RefJ}
85     %% Format for Journal Reference
86     %Journal Author, Journal \textbf{Volume}, page numbers (year)
87     %% Format for books
88     %\bibitem{RefB}
89     %Book Author, \textit{Book title} (Publisher, place, year) page numbers
90     %% etc
91    
92     \bibitem{ref:naturalsusy}
93     M. Papucci, J. T. Ruderman, and A. Weiler, arXiv:1110.6926 (2011).
94    
95     \bibitem{ref:CMS}
96     CMS Collaboration, JINST \textbf{3}, S08004 (2008).
97 benhoob 1.1
98     \bibitem{ref:stop}
99 benhoob 1.2 CMS Collaboration, CMS-PAS-SUS-12-023 (2012).
100 benhoob 1.1
101     \bibitem{ref:ss}
102 benhoob 1.2 CMS Collaboration, arXiv:1212.6194 [hep-ex] (2012).
103 benhoob 1.1
104     \bibitem{ref:alphat}
105 benhoob 1.2 CMS Collaboration, CMS-PAS-SUS-12-028 (2012).
106    
107     \bibitem{ref:btag}
108     CMS Collaboration, arXiv:1211.4462 [hep-ex] (2012).
109    
110     \bibitem{ref:atlasstop}
111     ATLAS Collaboration, Phys. Rev. Lett. \textbf{109}, 211803 (2012).
112    
113     \bibitem{ref:ss_inclusive}
114     CMS Collaboration, Phys. Rev. Lett. \textbf{109}, 071803 (2012).
115 benhoob 1.1
116     \end{thebibliography}
117    
118     \end{document}
119    
120     % end of file template.tex
121