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