-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathElementaryExperimentalHiggsPhysics.tex
140 lines (105 loc) · 6 KB
/
ElementaryExperimentalHiggsPhysics.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,fleqn]{book} % Default font size and left-justified equations
\usepackage{amssymb,tocloft}
%----------------------------------------------------------------------------------------
\input{structure} % Insert the commands.tex file which contains the majority of the structure behind the template
\title{Elementary Experimental Higgs Physics}
\author{S. Eno and S. Jabeen}
\begin{document}
\maketitle
\chapterimage{Pictures/chapter_head_2.pdf}
\cftbeforetoctitleskip
\setlength{\cftbeforetoctitleskip}{1}
\tableofcontents
\newpage
\section*{Preface}
This is not a text book on particle physics. This is not a text book on the Higgs. This is not a text book on experimental physics.
What is it, then? This book is intended as a sugar coating for a course on elementary scientific computing. It is therefore high on calories but low on
physics, content, substance, and rigor. However, sweets make life more enjoyable, as long as one doesn't indulge in excess. We hope this book will inspire students to continue as physics majors and learn more on the fascinating subjects introduced in this book. We hope it makes Linux, C++, and gdb go down easier.
The authors would like to thank Fred Buchanan, Nimarta Chowdhary, Joseph Mariano, Victor Meszaros, Youchuan Wang, and Yao Yao for help at every stage of the creation of this work.
%\cleardoublepage % Forces the first chapter to start on an odd page so it's on the right
\pagestyle{fancy} % Print headers again
%----------------------------------------------------------------------------------------
% PART
%----------------------------------------------------------------------------------------
%$$$#%\part{Part One}
%----------------------------------------------------------------------------------------
% CHAPTER 0.5
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Review of collisions}
\input{collisions/collisions.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 1
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Elementary Particles and Forces}
\input{ElementaryParticles/1-StandardModel}
%----------------------------------------------------------------------------------------
% CHAPTER 2
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Special Relativity}
\input{relativity/2-Relativity}
%----------------------------------------------------------------------------------------
% CHAPTER 3
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Particle Interactions with matter}
\input{particleinteractions/3_ParticleInteractions}
%----------------------------------------------------------------------------------------
% CHAPTER 4
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Statistics}
\input{statistics/4_statistics}
%----------------------------------------------------------------------------------------
% CHAPTER 5
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Particle accelerators}
\input{Particleaccelerators/5_particleaccelerators}
%----------------------------------------------------------------------------------------
% CHAPTER 6
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Calorimeters}
\input{calorimetry/6_calorimeters}
%----------------------------------------------------------------------------------------
% CHAPTER 7
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Trackers}
\input{Trackers/7_Trackers}
%----------------------------------------------------------------------------------------
% CHAPTER 8
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Particle Identification}
\input{particleID/8_particleID}
%----------------------------------------------------------------------------------------
% CHAPTER 9
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{The LHC Detectors}
\input{lhc/9_lhcdetectors}
%----------------------------------------------------------------------------------------
% CHAPTER 10
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Structure of the proton and proton-proton collisions}
\input{protonprotoncollisions/10_protonprotoncollisions}
%----------------------------------------------------------------------------------------
% CHAPTER 11
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Monte Carlos}
\input{mc/11_montecarlo}
%----------------------------------------------------------------------------------------
% CHAPTER 12
%----------------------------------------------------------------------------------------
\chapterimage{Pictures/chapter_head_2.pdf} % Chapter heading image
\chapter{Higgs Discovery}
\input{higgs/12_higgs}
\end{document}