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