]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/doc/ocdb.tex
Update from satyajit: HM Analysis
[u/mrichter/AliRoot.git] / EMCAL / doc / ocdb.tex
index c78b55f0b51dae59ea01fae915e370c2869601ea..4bd0d6e7cc3c56720205cc53b0bc6e877fc08e33 100644 (file)
@@ -105,7 +105,7 @@ The macro
 \begin{lstlisting}
 $ALICE_ROOT/EMCAL/macros/PedestalDB/AliEMCALPedestalCDB.C
 \end{lstlisting}
-is an example on how to set the bad channel map and how to read it from a file. When executed, it displays a menu that allows to set randomly as bad a given \% of the towers. It also allows to set the map from an input txt file, with the format like  \$ALICE\_ROOT/EMCAL/macros/PedestalDB/map.txt (this map file is the one used in the last mapping in the raw OCDB). It can also read the OCDB file and display the 12 TH2I histograms on screen.
+is an example on how to set the bad channel map and how to read it from a file. When executed, it displays a menu that allows to set randomly as bad a given \% of the towers. It also allows to set the map from an input txt file, with the format like\\ \$ALICE\_ROOT/EMCAL/macros/PedestalDB/map.txt (this map file is the one used in the last mapping in the raw OCDB). It can also read the OCDB file and display the 12 TH2I histograms on screen.
 
 \subsection{Reconstruction parameters}
 
@@ -209,7 +209,11 @@ is an example on how to set the parameters. There are different event types that
 \end{lstlisting} 
 
 
-The default event species that we have is kLowMult (low multiplicity). For AliRoot versions smaller than release 4.17 it was set to be kHighMult (high multiplicity). Today kDefault=kLowMult=kCosmic=kCalib. kHighMult differs only from the other two in 2 clusterization parameters, for low multiplicity they are fMinECut=10 MeV and fClusteringThreshold=100 MeV and for high multiplicity they are fMinECut=0.45 GeV and fClusteringThreshold=0.5 GeV.
+The default event species that we have is kLowMult (low multiplicity). For AliRoot versions smaller than release 4.17 it was set to be kHighMult (high multiplicity). Today, the code is as follow :
+\begin{lstlisting}
+ kDefault=kLowMult=kCosmic=kCalib.
+ \end{lstlisting} 
+ kHighMult differs only from the other two in 2 clusterization parameters, for low multiplicity they are fMinECut=10 MeV and fClusteringThreshold=100 MeV and for high multiplicity they are fMinECut=0.45 GeV and fClusteringThreshold=0.5 GeV.
 
 A simple example that shows how to print the parameters for the different event species is PrintEMCALRecParam.C