]> git.uio.no Git - u/mrichter/AliRoot.git/blob - UNICOR/README
Eff C++ - shadow parameeter index (Marian)
[u/mrichter/AliRoot.git] / UNICOR / README
1 The UNICOR package performs a universal two-particle analysis. The 
2 two-particle analysis classes like AliDAnalCorrel or AliDAnalPtfluc 
3 are complemented by standard event variable and single particle 
4 analyses AliDAnalGlobal and AliDAnalSingle. The package is universal 
5 in the sense that the same analysis runs on data from ALICE, CERES, 
6 CBM... The files in this directory have been automatically converted 
7 to the aliroot standard (Ali prefix was added to all class and file 
8 names) and thus should not be edited. 
9
10 Below are two examples of how to run the analysis on ESD events 
11 (after editing the input data path in run-alone.C and run-on-train.C). 
12
13 1) root run-alone.C
14
15 A standalone (non-train) analysis of ESD events, including event 
16 mixing. AliDLoop class is doing the event loop and mixing. 
17
18 2) root run-on-train.C
19
20 No event mixing is done. 
21
22 In both cases an (identical) output file unicor-result.root should 
23 be produced, containing the (multidimensional) histograms coming out 
24 of the analysis. 
25
26 In the second case in addition a file kuku.root is produced, containing 
27 the analysis objects. This is a meaningless by-product. 
28
29 Dariusz Miskowiec 2008