ROOT logo
#error This is not for compilation 
/** 
 * @page density_doc Charge Particle Multiplicity Densities 
 *
 * Module: @ref pwglf_forward_dndeta
 *
 * @tableofcontents 
 *
 * @section density_intro Introduction 
 *
 * This code uses the AOD produced by the @ref mult_doc code to
 * produce results on @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in pp, PbPb, and
 * pPb collisions.
 * 
 * @section density_tasks Tasks 
 *
 * <dl>
 * <dt>AliBasedNdetaTask</dt>
 * <dd>Base class for all other @f$ 1/N_{ev} dN_{ch}/d\eta@f$ tasks.
 * Provides a number of services and common calculations. </dd>
 * <dt>AliCentraldNdetaTask</dt>
 * <dd>Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in the central
 * region from the AliAODCentralMult objects stored in the AOD input.
 * </dd>
 * <dt>AliForwarddNdetaTask</dt>
 * <dd>Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in the forward
 * regions from the AliAODForwardMult objects stored in the AOD input.
 * </dd>
 * <dt>AliMCTruthdNdetaTask</dt>
 * <dd>Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ from the MC `truth'
 * TH2D objects stored in the AOD input.
 * </dl>
 *
 * @section density_scripts Scripts 
 *
 * <dl>
 * <dt>DrawdNdeta.C</dt>
 * <dd>Script to draw the results</dd>
 * </dl>
 */
//
// EOF
//

 Density.C:1
 Density.C:2
 Density.C:3
 Density.C:4
 Density.C:5
 Density.C:6
 Density.C:7
 Density.C:8
 Density.C:9
 Density.C:10
 Density.C:11
 Density.C:12
 Density.C:13
 Density.C:14
 Density.C:15
 Density.C:16
 Density.C:17
 Density.C:18
 Density.C:19
 Density.C:20
 Density.C:21
 Density.C:22
 Density.C:23
 Density.C:24
 Density.C:25
 Density.C:26
 Density.C:27
 Density.C:28
 Density.C:29
 Density.C:30
 Density.C:31
 Density.C:32
 Density.C:33
 Density.C:34
 Density.C:35
 Density.C:36
 Density.C:37
 Density.C:38
 Density.C:39
 Density.C:40
 Density.C:41
 Density.C:42
 Density.C:43
 Density.C:44
 Density.C:45