]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/multVScentPbPb/README
0dd0f72e59fc54e1b188017bc99a22435883cd4c
[u/mrichter/AliRoot.git] / PWG0 / multVScentPbPb / README
1 dN/dEta analysis can be done in 2 ways:
2
3 1) For single centrality bin:
4 Using AliTrackletTaskUni.{h,cxx} steered by the
5 runAAF.C and MyAnalysisMacro.C
6
7 It will produce a file with 3D (sparse) histos "delta" vs Zv vs eta
8 where delta is either "weigted distance" and/or "dphi - bend", which is used
9 both the match the tails and to define the signal cut.
10 The exact value of cut can be decided at the stage of processing the histos,
11 so different signal and tail matching thresholds can be tested 
12
13 Note that wide Zv eta range can be processed and then restricted at 
14 the correction stage.
15
16 One has to run runAAF.C for over the data and MC datasets and then analyse them
17 using the CorrectSpectra.C macro (the cuts/variables use... must be set 
18 beforehand)
19
20
21 2) Mor multiple centrality bins at once:
22 AliTrackletTaskMulti.{h,cxx} steered by the 
23 runAAFMulti.C and MyAnalysisMacroTrackletMulti.C
24
25 It produces for each centrality bin a set of histos, particularly 2D histos for
26 Zv vs eta with the signal cut on "distance" already applied (by defaults one for 
27 "w.dist" another for "dphi-bend" + 1D histo of "distance" for selected Zv,eta
28 range (to be used for the bg matching the tails of data"
29
30 Note: Zv, eta ranges must be defined at data processing stage, as well as the 
31 signal cut (cutSigNStd in the runAAFMulti) and number of st.dev to keep (nStdDev)
32
33 One has to runAAFMulti.C for over the data and MC datasets and then analyse them
34 using the CorrectSpectraMulti.C macro 
35
36 --------------------------------
37 Both methods can use 3 types of generated bg: injection, rotation and mixing.
38 Simultaneous eployment of all these methods is also possible, but may create 
39 a memory problem.
40
41 The corresponding CorrectSpectra... macros must be tuned for the bg.type used.
42