1: % -*- Mode:TeX -*-
2:
3: %% The documentclass options along with the pagestyle can be used to generate
4: %% a technical report, a draft copy, or a regular thesis. You may need to
5: %% re-specify the pagestyle after you \include cover.tex. For more
6: %% information, see the first few lines of mitthesis.cls.
7:
8: %\documentclass[12pt,vi,twoside]{mitthesis}
9: %%
10: %% If you want your thesis copyright to you instead of MIT, use the
11: %% ``vi'' option, as above.
12: %%
13:
14: %%%%%%%%This will be the final%%%%%%%%%%%%%%%%%
15: \documentclass[12pt,vi,twoside]{mitthesis}
16: \usepackage{amsmath}
17: \usepackage{amssymb}
18: \usepackage{lgrind,graphicx,axodraw,color,journals}
19: \usepackage{rotating}
20: \usepackage[english,greek]{babel}
21: \pagestyle{plain}
22: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23: %This is to make DRAFT %%%%%%%%%%%%%%%%%%%%%%%%
24: %\documentclass[12pt,twoside]{mitthesis}
25: %\usepackage{lgrind,graphicx,axodraw}
26: %\pagestyle{drafthead}
27: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28:
29: \newcommand{\href}[2]{#2}
30: \newcommand{\Tevatron}{Tevatron}
31: \newcommand{\Dzero}{D\O}
32: \newcommand{\DZero}{D\O}
33: \newcommand{\pbar}{\ensuremath{\bar p}}
34: \newcommand{\abs}[1]{\ensuremath{\left|#1\right|}}
35: \newcommand{\Ell}{\ensuremath{\mathcal L}}
36: \newcommand{\lumiUnits}{\ensuremath{\mbox{s}^{-1}\mbox{cm}^{-2}}}
37: \newcommand{\met}{\ensuremath{\slash\!\!\!\!E_T}}
38: \newcommand{\vecpTmiss}{\ensuremath{\vec{\slash\!\!\!\!p_T}}}
39: \newcommand{\pTmiss}{\ensuremath{\slash\!\!\!\!p_T}}
40: \newcommand{\pThat}{\ensuremath{\hat{p}_T}}
41: \newcommand{\pslash}{\ensuremath{\slash\!\!\!p}}
42: \newcommand{\pmiss}{\ensuremath{\slash\!\!\!p}}
43: \newcommand{\pmissvector}{\ensuremath{\vec{\slash\!\!\!p}}}
44: \newcommand{\puncl}{\ensuremath{\vec{p}_{\rm{uncl}}}}
45: \newcommand{\Eclust}{\ensuremath{\sum_{i}{\vec{p}_{T,i}}}}
46: \newcommand{\detEta}{\ensuremath{\eta_{\rm det}}}
47: \newcommand{\Stntuple}{\texttt{Stntuple}}
48: \newcommand{\memo}[1]{.....{\sc #1}.....}
49: \newcommand{\poo}[2]{\ensuremath{p(#1\to #2)}}
50: \newcommand{\bracket}[1]{\ensuremath{\left\langle#1\right\rangle}}
51: \newcommand{\bra}[1]{\ensuremath{\left\langle#1\right|}}
52: \newcommand{\ket}[1]{\ensuremath{\left|#1\right\rangle}}
53: %\newcommand{\highlight}[1]{\emph{#1}}
54: \newcommand{\highlight}[1]{#1}
55: \newcommand {\cdfSpecific}[1]{{}}
56: \newcommand{\nomenclature}[2]{\item[#1]{#2}}
57:
58: \def \CdfSim {{\sc CDFsim}}
59: \def \Pythia {{\sc Pythia}}
60: \def \Alpgen {{\sc Alpgen}}
61: \def \MadEvent {{\sc MadEvent}}
62: \def \MadGraph {{\sc MadGraph}}
63: \def \Herwig {{\sc Herwig}}
64: \def \Vista {{\sc Vista}}
65: \def \Sleuth {{\sc Sleuth}}
66: \def \sumPt {\ensuremath{\sum{p_T}}}
67: \def \SumPt {\ensuremath{\sum{p_T}}}
68: \def \ttbar {\ensuremath{t\bar t}}
69: \def \st {\ensuremath{^{{\rm st}}}}
70: \def \nd {\ensuremath{^{{\rm nd}}}}
71: \def \rd {\ensuremath{^{{\rm rd}}}}
72: \def \th {\ensuremath{^{{\rm th}}}}
73: \def \scriptP {\ensuremath{{\cal P}}}
74: \def \tildeScriptP {\ensuremath{\tilde{\cal P}}}
75: \def \twiddleScriptP {\tildeScriptP} % for those who prefer twiddle to tilde
76: \def \pval {\ensuremath{p\mbox{\small -}{\rm val}}}
77: \def \pvalmin {\ensuremath{p\mbox{\small -}{\rm val}_{\rm min}}}
78: \def \tildePval {\ensuremath{\tilde{p}\mbox{\small -}{\rm val}}}
79:
80: \def \pTmin {{17}}
81: \def \numberOfVistaDiscrepantDistributions {{\ensuremath{384}}}
82: \def \totalNumberOfEvents {\ensuremath{4,352,401}} %in 2fb^-1
83: \def \VistaApproximateDefiniteLuminosity {{1993}}
84: \def \luminosity {\ensuremath{2\;{\rm fb}^{-1}}}
85:
86: %% This bit allows you to either specify only the files which you wish to
87: %% process, or `all' to process all files which you \include.
88: %% Krishna Sethuraman (1990).
89:
90: %% \typein [\files]{Enter file names to process, (chap1,chap2 ...), or `all' to
91: %% process all files:}
92: %% \def\all{all}
93: %% \ifx\files\all \typeout{Including all files.} \else \typeout{Including only \files.} \includeonly{\files} \fi
94:
95: %\makeindex
96: %\makenomenclature
97:
98: \begin{document}
99: \selectlanguage{english}
100: \include{cover}
101: \pagestyle{plain}
102: \include{contents}
103: \include{intro}
104: \include{cdf}
105: \include{analysis} %This is the 1st fb^-1
106: \include{analysis2} %This is the 2nd fb^-1
107: \include{summary}
108:
109: \appendix
110: %\include{objectID}
111: \include{correctionModelDetails} %This is the 1st fb^-1
112: %\include{sleuthTrialsFactor}
113: \include{blindOrNot}
114: %\include{varianceOfTrials}
115: %\include{systematicSleuth}
116: \include{glossary}
117: \include{biblio}
118: %\include{index}
119: \end{document}
120:
121: