]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reviewing typos -- Cath
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Nov 2012 12:54:11 +0000 (12:54 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Nov 2012 12:54:11 +0000 (12:54 +0000)
EMCAL/doc/reconstruction.tex

index 5f9ea281063d3bacbc4928a81bd063dcf2262ee3..34a30c81c45de9fd3fe7cb698e66feb8fdf4dcd4 100644 (file)
@@ -3,11 +3,11 @@
 \section{Reconstruction code}
 
 
-The energy deposited by the particles in the towers produces scintillating light that is propagated with optic fibers through the different layers to APD placed at the base of the cells. The APDs amplify the signal and generate an electronic pulse shape that is stored in the raw data format. From this pulse shape, we extract the signal amplitude and the arrival time. The pulse shape is fitted during the reconstruction via a parametrized function and TMinuit, and these 2 values are extracted.\\
+The energy deposited by the particles in the towers produces scintillating light that is propagated with optic fibers through the different layers to APD placed at the base of the cells. The APDs amplify the signal and generate an electronic pulse shape that is stored in the raw data format. From this pulse shape, we extract the signal amplitude and the arrival time. The pulse shape is fitted during the reconstruction via a parametrized function and TMinuit, and those 2 values are extracted.
 
-A particle produces signals in different towers (electromagnetic shower expands more than its Molière radius which is a cell size), the next step is the formation of clusters of cells that belong to the same particle, although depending on the energy, granularity, clusterization algorithm or event type, those clusters might have contributions from different particles. The default algorithm in pp collisions is a simple aggregation of neighboring cells until there is no more cells above a certain energy threshold (named clusterizer V1). In case of Pb-Pb collisions environment, where particle showers merge quite often, we apply another algorithm that aggregates cells to the clusters until reaching a cell with more energy than the precedent (named clusterizer V2). Depending on the analysis type you might want to use one or the other clusterization type, that is why the re-clusterization is also possible at the analysis level. A last clusterizer is implemented, which makes 3x3 clusters. It has been used in jet analysis for instance in order to avoid biasing jet reconstruction where one is interested in the energy flow over a large area without explicit reconstruction of photon showers and the driving consideration is that the clusterizer not interfere with the jet finder (whereas for pi0, eta, and direct photon analyses, v2 is most likely preferable).\\
+A particle produces signals in different towers (electromagnetic shower expands more than its Moli\`ere radius which is a cell size). The next step is the formation of clusters of cells that belong to the same particle, although depending on the energy, granularity, clusterization algorithm or event type, those clusters might have contributions from different particles. The default algorithm in pp collisions is a simple aggregation of neighboring cells until there is no more cells above a certain energy threshold (named {\it clusterizer V1}). In case of Pb-Pb collisions environment, where particle showers merge quite often, we apply another algorithm that aggregates cells to the clusters until reaching a cell with more energy than the precedent (named {\it clusterizer V2}). Depending on the analysis type, one might want to use one or the other clusterization type. For this reason, a re-clusterization is also possible at the analysis level. A last clusterizer is implemented, which makes 3x3 clusters. It has been used in jet analysis for instance in order to avoid biasing jet reconstruction where one is interested in the energy flow over a large area without explicit reconstruction of photon showers and where the driving consideration is that the wide clusterizer does not interfere with the jet finder. For $\pi^{0}$, $\eta$, and direct $\gamma$ analyses, {\it V2} is most likely preferable).
 
-Once the cluster is defined, we calculate cluster parameters, shower shape parameters, that will help at the analysis level to identify each cluster as one particle type. Also, we compare the cluster position information with the propagation of tracks measured in the central barrel to the EMCAL surface, to identify the clusters generated by charged particles.\\
+Once the cluster is defined, we calculate cluster parameters, shower shape parameters, that will help at the analysis level to identify each cluster as one particle type. Also, we compare the cluster position information with the propagation of tracks measured in the central barrel to the EMCAL surface, to identify the clusters generated by charged particles.
 
 The final analysis objects, ESDs and AODs, contain all the cluster and cell basic informations allowing to redo the clusterization if needed at the analysis level.
 
@@ -28,13 +28,15 @@ How to create explained OCDB/OADB section.
 
 \subsection{Raw data fitting: from ADC sample to digits - David}
 
+\begin{lstlisting}
 AliEMCALRawUtils, AliCaloRawAnalyzer*, AliCalo*, AliEMCALDigit.
-
+\end{lstlisting}
 
 \subsection{Clusterization: From digits to clusters - Constantin, Adam}
 
+\begin{lstlisting}
 AliEMCALClusterizer*, AliEMCALRecPoint
-
+\end{lstlisting}
 
 \subsection{Cluster-Track matching - Rongrong, Shingo, Michael}
 
@@ -42,42 +44,35 @@ Propagation of TPC tracks to EMCAL and selection of clusters as belonging to a t
 
 \subsection{How to execute the reconstruction}
 
-The way is very similar as in the simulation case, the macro TestEMCALReconstruction.C
-(a bit more detailed than the one in \$ALICE\_ROOT/EMCAL/macros) is as follows:
-
-\begin{singlespace}
-\texttt{void TestEMCALReconstruction() \{ }
-
-\texttt{TString detector=\char`\"{}EMCAL TPC\char`\"{};//Same function
-as in Simulation.C }
-
-\texttt{AliReconstruction rec; //Create reconstruction object }
-
-\texttt{//Making Tracking }
-
-\texttt{rec.SetRunTracking(detector) ;}
-
-\texttt{//Particle Reconstruction. Make Rec Points }
-
-\texttt{rec.SetRunReconstruction(detector); }
+Executing the reconstruction is very similar to the simulation case, see the macro TestEMCALReconstruction.C (a bit more detailed than the one in \$ALICE\_ROOT/EMCAL/macros) :
 
-\texttt{//read RAW data. Give directory where raw data is stored}
+\begin{DDbox}{\linewidth}
+\begin{lstlisting}
+void TestEMCALReconstruction() {
 
-\texttt{//rec.SetInput(\char`\"{}RawDataDirectory/raw.root"); }
+TString detector=``EMCAL TPC'';//Same function as in Simulation.C 
 
-\texttt{//Make vertex finder }
+AliReconstruction rec; //Create reconstruction object 
 
-\texttt{rec.SetRunVertexFinder(kFALSE) ; // false only if the tracking detectors are not included.} 
+//Making Tracking 
+rec.SetRunTracking(detector) ;
 
-\texttt{//Fill ESD file with RecPoints information. }
+//Particle Reconstruction. Make Rec Points 
+rec.SetRunReconstruction(detector); 
 
-\texttt{rec.SetFillESD(detector) ; }
+//read RAW data. Give directory where raw data is stored
+//rec.SetInput(``RawDataDirectory/raw.root");
 
-\texttt{//Run Reconstruction }
+//Make vertex finder 
+rec.SetRunVertexFinder(kFALSE) ; // false only if the tracking detectors are not included.
 
-\texttt{rec.Run() ;}
+//Fill ESD file with RecPoints information. 
+rec.SetFillESD(detector) ; 
 
-\texttt{\}}
-\end{singlespace}
+//Run Reconstruction 
+rec.Run() ;
+}
+\end{lstlisting}
+\end{DDbox}