]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/doc/Density.C
Merge branch 'master' into TPCdev
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / doc / Density.C
1 #error This is not for compilation 
2 /** 
3  * @page density_doc Charge Particle Multiplicity Densities 
4  *
5  * Module: @ref pwglf_forward_dndeta
6  *
7  * @tableofcontents 
8  *
9  * @section density_intro Introduction 
10  *
11  * This code uses the AOD produced by the @ref mult_doc code to
12  * produce results on @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in pp, PbPb, and
13  * pPb collisions.
14  * 
15  * @section density_tasks Tasks 
16  *
17  * <dl>
18  * <dt>AliBasedNdetaTask</dt>
19  * <dd>Base class for all other @f$ 1/N_{ev} dN_{ch}/d\eta@f$ tasks.
20  * Provides a number of services and common calculations. </dd>
21  * <dt>AliCentraldNdetaTask</dt>
22  * <dd>Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in the central
23  * region from the AliAODCentralMult objects stored in the AOD input.
24  * </dd>
25  * <dt>AliForwarddNdetaTask</dt>
26  * <dd>Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in the forward
27  * regions from the AliAODForwardMult objects stored in the AOD input.
28  * </dd>
29  * <dt>AliMCTruthdNdetaTask</dt>
30  * <dd>Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ from the MC `truth'
31  * TH2D objects stored in the AOD input.
32  * </dl>
33  *
34  * @section density_scripts Scripts 
35  *
36  * <dl>
37  * <dt>DrawdNdeta.C</dt>
38  * <dd>Script to draw the results</dd>
39  * </dl>
40  */
41 //
42 // EOF
43 //
44