]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/README
Header file forgotten in prev commit
[u/mrichter/AliRoot.git] / PWG3 / README
1 ==============================================
2  PWG3 module for Heavy Flavour Physics Analysis
3  Andrea DAINESE, Padova
4  Gines MARTINEZ, Nantes
5 ----------------------------------------------------------
6
7 Our code has been split in 4 libraries: 
8 PWG3base, PWG3vertexingHF, PWG3muon and PWG3vertexingOld.
9
10 It is planned that PWG3vertexingOld will be removed in near future. 
11 There is a dependence on AliRun class.
12
13 For the moment there is not any dependence between the libraries, 
14 but it is allowed a dependence muon and vertexingHF from the base library.
15
16 You can compile the libraries via the command make all-PWG3
17  in the ALICE_ROOT directory
18
19 The par files related to each library can be created via the command 
20 make PWG3library.par
21 You can check the par file compilation in a root session in the following way:
22 root [0] .L $ALICE_ROOT/PWG3/muon/RunAnalysis.C
23 root [1] setupPar("PWG3library")                 
24
25 In order to load muon and vertexingHF  libraries in a root session  
26 you will need, first, to load the following Root and AliRoot libraries :
27 gSystem->Load("libTree")
28 gSystem->Load("libGeom")
29 gSystem->Load("libVMC")
30 gSystem->Load("libANALYSIS")
31 gSystem->Load("libSTEERbase")
32 gSystem->Load("libESD")     
33 gSystem->Load("libAOD")
34 gSystem->Load("libANALYSISalice")
35 ----------------------------------------------------------