-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
98 lines (79 loc) · 2.35 KB
/
main.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
\documentclass[H1,manyauthors]{ALICE_analysis_notes}
%\documentclass[ALICE,manyauthors]{ALICE_scientific_notes}
%
\usepackage{cite}
\usepackage[toc,page]{appendix}
\newcommand{\pt}{\ensuremath{p_{\mathrm{T}}}}
\newcommand{\ptreco}{\ensuremath{p_{\mathrm{T}}^{\mathrm{reco}}}}
\newcommand{\pttruth}{\ensuremath{p_{\mathrm{T}}^{\mathrm{true}}}}
\newcommand{\pttrack}{\ensuremath{p_{\mathrm{T}}^{\mathrm{track}}}}
\newcommand{\ptjet}{\ensuremath{p_{\mathrm{T}}^{\mathrm{jet}}}}
\newcommand{\ptgamma}{\ensuremath{p_{\mathrm{T}}^{\mathrm{\gammaiso}}}}
\newcommand{\ptcluster}{\ensuremath{p_{\mathrm{T}}^{\mathrm{cluster}}}}
\newcommand{\etajetlab}{\ensuremath{\eta_{\mathrm{lab}}^{\mathrm{jet}}}}
\newcommand{\slfrac}[2]{\left.#1\right/#2}
\usepackage{rotating}
\usepackage{placeins}
\usepackage{algpseudocode}
\usepackage{graphicx}
%\usepackage{subcaption}
\usepackage{lipsum}
\usepackage{lineno}
\usepackage[colorlinks=true,citecolor=blue]{hyperref}
\usepackage{multirow}
%\usepackage{authblk}
\usepackage{textcomp}
%\usepackage{lmodern} % for bold teletype font
\usepackage{amsmath} % for \hookrightarrow
\usepackage{xcolor} % for \textcolor
\usepackage{listings}
\lstset{
basicstyle=\ttfamily,
columns=fullflexible,
frame=single,
breaklines=true,
postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
}
\linenumbers
\begin{document}%
%%%%%%%%%%%%% ptdr definitions %%%%%%%%%%%%%%%%%%%%%
%
%%%%%%%%%%%%%%% Title page %%%%%%%%%%%%%%%%%%%%%%%%
%
\begin{titlepage}
%
\PHnumber{v1.0}
\PHdate{\today}
%
%%% Put your own title + short title here:
\title{Long-range azimuthal di-hadron correlations with CLAS12}
\ShortTitle{Long-range azimuthal di-hadron correlations with CLAS12} % appears on right page headers
%
\author{Sebouh Paul and Miguel Arratia}
%
\begin{abstract}
We present a study of long-range azimuthal dihadron correlations with CLAS12.
\end{abstract}
\end{titlepage}
\tableofcontents
\input{Intro}
\input{Datasets}
\input{EventSelection}
\input{DataMCcomparison}
\input{CorrelationFunctions}
\input{EventMixing}
\input{Systematics}
\input{Validation}
\input{Results}
\input{Conclusions}
\FloatBarrier
%\newpage
\begin{appendices}
\appendix
%\input{Reproducibility}
\end{appendices}
\FloatBarrier
\renewcommand\refname{Bibliography}
\bibliographystyle{unsrt} % or try abbrvnat or unsrtnat
\bibliography{biblio} % refers to example.bib
\end{document}