]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/doc/EMCALDocumentation.tex
reviewing typos, re-writting parts -- Cath
[u/mrichter/AliRoot.git] / EMCAL / doc / EMCALDocumentation.tex
CommitLineData
02582a78 1\documentclass[ALICE,manyauthors]{ALICE_internal_notes}
2%\documentclass[ALICE,manyauthors]{ALICE_scientific_notes}
3%
4%\newcommand{\jpsi}{\rm J/$\psi$}
5%\newcommand{\psip}{$\psi^\prime$}
6%\newcommand{\jpsiDY}{\rm J/$\psi$\,/\,DY}
7%\newcommand{\dd}{\mathrm{d}}
8%\newcommand{\chic}{$\chi_{\rm c}$}
9%\newcommand{\ezdc}{$E_{\rm ZDC}$}
10%\newcommand{\red}{\textcolor{red}}
11%\newcommand{\blue}{\textcolor{blue}}
12\newcommand{\slfrac}[2]{\left.#1\right/#2}
13\usepackage{rotating}
14%
15
16\usepackage{graphicx}% Include figure files
17\usepackage{dcolumn}% Align table columns on decimal point
18\usepackage{bm}% bold math
19\usepackage{ifpdf}
20\usepackage{graphicx}
21\usepackage{amssymb}
22\usepackage{epsfig}
23\usepackage{enumerate}
24\usepackage{pifont}
25\usepackage{hyperref}
26\usepackage{verbatim}
27\usepackage{lineno}
28
29\usepackage{pslatex}
30\usepackage[T1]{fontenc}
31\usepackage[latin1]{inputenc}
32\usepackage{geometry}
33%\geometry{verbose,a4paper,tmargin=2.5cm,bmargin=2.5cm,lmargin=2.5cm,rmargin=2.5cm}
34\usepackage{setspace}
35%\doublespacing
f5c540cb 36\usepackage{listings}
37%%configuration de listings
38\lstset{
39language=c++,
40basicstyle=\ttfamily\small, %
41identifierstyle=\color{red}, %
42keywordstyle=\color{blue}, %
43stringstyle=\color{black!60}, %
44commentstyle=\it\color{green!95!yellow!1}, %
45columns=flexible, %
46tabsize=2, %
47extendedchars=true, %
48showspaces=false, %
49showstringspaces=false, %
50numbers=left, %
51numberstyle=\tiny, %
52breaklines=true, %
53breakautoindent=true, %
54captionpos=b
55}
56
57\usepackage{xcolor}
58
59\definecolor{Zgris}{rgb}{0.87,0.85,0.85}
60
61\newsavebox{\BBbox}
62\newenvironment{DDbox}[1]{
63\begin{lrbox}{\BBbox}\begin{minipage}{\linewidth}}
64{\end{minipage}\end{lrbox}\noindent\colorbox{Zgris}{\usebox{\BBbox}} \\
65[.5cm]}
02582a78 66
67\makeatletter
68%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
69 \newcommand{\lyxaddress}[1]{
70 \par {\raggedright #1
71 \vspace{1.4em}
72 \noindent\par}
73 }
74
75
76\newcommand{\piz}{$\pi^{0}$}
77\newcommand{\pip}{$\pi^{+}$}
78\newcommand{\pim}{$\pi^{-}$}
79\newcommand{\kap}{K$^{+}$}
80\newcommand{\kam}{K$^{-}$}
81\newcommand{\pbar}{$\rm\overline{p}$}
82\newcommand{\Jpsi} {\mbox{J\kern-0.05em /\kern-0.05em$\psi$}\xspace}
83\newcommand{\degree}{$^{\rm o}$}
84\newcommand{\s}{$\sqrt{s}$}
85\newcommand{\sN}{$\sqrt{s_{NN}}$}
86\newcommand{\dedx}{d$E$/d$x$}
87\newcommand{\pp}{pp}
88\newcommand {\mom} {\mbox{\rm GeV$\kern-0.15em /\kern-0.12em c$}}
89\newcommand {\gmom} {\mbox{\rm GeV$\kern-0.15em /\kern-0.12em c$}}
90\newcommand {\mass} {\mbox{\rm GeV$\kern-0.15em /\kern-0.12em c^2$}}
91
92\linenumbers
93
94\begin{document}%
95%%%%%%%%%%%%% ptdr definitions %%%%%%%%%%%%%%%%%%%%%
96%
97%%%%%%%%%%%%%%% Title page %%%%%%%%%%%%%%%%%%%%%%%%
98%
99\begin{titlepage}
100%
101%\EXPnumber{ALICE-INT-2012-xxx} %\EXPdate{31 October 2011}
102%\PHdate{\today}
103%
104%Photon-hadron and 0-hadron correlation with EMCal in
105ALICE
106%%% Put your own title + short title here:
107\title{EMCal documentation : code description, simulation and reconstruction strategy ...}
108\ShortTitle{EMCal documentation} % appears on right page headers
109%
110\author{EMCal collaboration}
111
112\author{Email:alice-emcal-offline@cern.ch }
113%
114%\ShortAuthor{ALICE Internal Note 2012} % appears on left page headers, do not change
115%
116
117\begin{abstract}
f5c540cb 118This document describes the EMCAL software, the calorimeter, data taking and its quality control.
119%In this document we want to describe the EMCal related code, how works the calorimeter and how we plan to take data and control it.
02582a78 120
121\end{abstract}
122\end{titlepage}
123%
124\maketitle
125\tableofcontents
126
127\newpage
128
129
130%-----------------------------------------------------------------------------
131\input{introduction}
132\newpage
133
134\input{geometry}
135\clearpage
136
137\input{ocdb}
138\clearpage
139
140\input{simulation}
141\clearpage
142
143\input{reconstruction}
144\clearpage
145
146\input{strategy}
147\clearpage
148
149\input{trigger}
150\clearpage
151
152\input{analysis}
153\clearpage
154
155\input{QA}
156\clearpage
157
158\input{bibliography}
159\clearpage
160
161
162\end{document}