1: %\documentclass[11pt]{article}
2: \documentclass[twocolumn,showpacs,aps,prd,floatfix,nofootinbib]{revtex4}
3: \pagenumbering{arabic}
4: \usepackage{graphicx}
5: \usepackage{epsfig}
6: \usepackage{times}
7: \usepackage{lscape}
8: \usepackage{rotating}
9: \usepackage{rotate}
10: \usepackage{amsmath}
11: \usepackage{amssymb}
12: \usepackage{subfigure}
13:
14: % -- Allow definition of arbitrary variable names
15: \def\vdef #1{\expandafter\def\csname #1\endcsname}
16: \def\vuse #1{\csname #1\endcsname}
17:
18: % -- Input the symbols file
19: \input symbols
20:
21: % Input TeX package for drawing feynman diagrams
22: %\input feynman.tex
23:
24: % This is needed to format the full author list
25: \long\def\inst#1{\par\nobreak\kern 4pt\nobreak
26: {\it #1}\par\vskip 10pt plus 3pt minus 3pt}
27:
28: \begin{document}
29:
30: %\renewcommand{\thefootnote}{\fnsymbol{footnote}}
31:
32: {%\pagestyle{empty}
33:
34: % \begin{flushleft}
35: % CMS Analysis Document \#1\\
36: % Version 0 \\
37: % \today
38: % \end{flushleft}
39:
40: \par\vskip 2.5cm
41:
42: % Title of the paper
43:
44: \title[Short Title] {SM and MSSM Higgs Boson Production: Spectra at large transverse Momentum}
45:
46: \author{Urs Langenegger$^1$}
47: \author{Michael Spira$^2$}
48: \author{Andrey Starodumov$^1$}
49: \author{Peter Tr\"ub$^{1,2}$}
50:
51: %\affiliation{$^1$ Institute for Particle Physics, ETH Z\"urich, 8093 Z\"urich, Switzerland}
52: %\affiliation{$^2$ Paul Scherrer Institut, 5232 Villigen PSI, Switzerland}
53:
54: \affiliation{$^1$ Institute for Particle Physics, ETH Zurich, 8093
55: Zurich, Switzerland \\$^2$ Paul Scherrer Institute, 5232 Villigen
56: PSI, Switzerland}
57:
58: % ----------
59: % Abstract
60: % ----------
61:
62: \begin{abstract}
63: \noindent
64: Strategies for Higgs boson searches require the knowledge of the total
65: production cross section and the transverse momentum spectrum. The large
66: transverse momentum spectrum of the Higgs boson produced in gluon fusion
67: can be quite different in the Standard Model and the Minimal Supersymmetric
68: Standard Model. In this paper we present a comparison of the Higgs
69: transverse momentum spectrum obtained using the {\sc Pythia} event
70: generator and the {\sc Higlu} program as well as the program {\sc Hqt},
71: which includes NLO corrections and a soft gluon resummation for the
72: region of small transverse momenta. While the shapes of the spectra are
73: similar for the Standard Model, significant differences are observed in
74: the spectra of Minimal Supersymmetric Standard Model benchmark
75: scenarios with large $\tan\beta$.
76:
77: \end{abstract}
78:
79: \pacs{14.80.Bn, 14.80.Cp, 12.60.Jv}
80:
81: % For full list see http://publish.aps.org/PACS/
82: % 14.80.Bn Standard-model Higgs bosons
83: % 14.80.Cp Non-standard-model Higgs bosons
84: % 12.60.Jv Supersymmetric models
85:
86:
87: \date{\today}
88:
89: \maketitle
90:
91: \input text.tex
92:
93: \end{document}
94: