#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 * *
*
AliBasedNdetaTask
*
Base class for all other @f$ 1/N_{ev} dN_{ch}/d\eta@f$ tasks. * Provides a number of services and common calculations.
*
AliCentraldNdetaTask
*
Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in the central * region from the AliAODCentralMult objects stored in the AOD input. *
*
AliForwarddNdetaTask
*
Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ in the forward * regions from the AliAODForwardMult objects stored in the AOD input. *
*
AliMCTruthdNdetaTask
*
Calculates the @f$ 1/N_{ev} dN_{ch}/d\eta@f$ from the MC `truth' * TH2D objects stored in the AOD input. *
* * @section density_scripts Scripts * *
*
DrawdNdeta.C
*
Script to draw the results
*
*/ // // EOF //