]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG/PROOF-INF.PWGBase/SETUP.C
02f0cb63bed30c6e5e433697d9be1a5bd2269ed9
[u/mrichter/AliRoot.git] / PWG / PROOF-INF.PWGBase / SETUP.C
1 void SETUP()
2 {
3
4    // Load the JET-Tasks library
5    gSystem->Load("libPWGBase");
6
7    // Set the Include paths
8    gSystem->AddIncludePath("-IPWGBase");
9    gROOT->ProcessLine(".include PWG4Base/Base");
10
11    // Set our location, so that other packages can find us
12    gSystem->Setenv("PWGBase_INCLUDE", "PWGBase/Base");
13 }
14 void SETUP()
15 {
16
17    // Load the JET-Tasks library
18    gSystem->Load("libPWGBase");
19
20    // Set the Include paths
21    gSystem->AddIncludePath("-IPWGBase");
22    gROOT->ProcessLine(".include PWG4Base/Base");
23
24    // Set our location, so that other packages can find us
25    gSystem->Setenv("PWGBase_INCLUDE", "PWGBase/Base");
26 }