ROOT logo
/** 
 * @mainpage ALICE PWGLF Forward Multiplcity Analysis 
 * 
 * This is the analysis code for analysis of the Forward data. 
 * 
 * @par Sections 
 *
 * - @subpage train_setup_doc
 * - @subpage mult_doc
 * - @subpage density_doc
 * - @subpage dist_doc
 * - @subpage flow_doc
 * - <a href="modules.html"><b>Modules</b></a>
 * 
 * @par External Information 
 *
 * - <a href="https://aliceinfo.cern.ch/Notes/node/25">Analysis Note</a>
 *
 * @par Observations on implementing tasks 
 *
 * - Any object propagated to the output must be allocated on the heap
 *   and not deleted by the task.  The reason is, that PROOF cleans-up
 *   tasks _before_ the output is flushed to disk
 */
 Main.C:1
 Main.C:2
 Main.C:3
 Main.C:4
 Main.C:5
 Main.C:6
 Main.C:7
 Main.C:8
 Main.C:9
 Main.C:10
 Main.C:11
 Main.C:12
 Main.C:13
 Main.C:14
 Main.C:15
 Main.C:16
 Main.C:17
 Main.C:18
 Main.C:19
 Main.C:20
 Main.C:21
 Main.C:22
 Main.C:23
 Main.C:24
 Main.C:25