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