]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/PROOF-INF.PWG2flowCommon/SETUP.C
fd172ac01903b58211ec1277e306ec4777ff1a49
[u/mrichter/AliRoot.git] / PWG2 / PROOF-INF.PWG2flowCommon / SETUP.C
1 void SETUP() {
2
3   TString dypath = gSystem->GetDynamicPath();
4   dypath.Prepend(".:");
5   gSystem->SetDynamicPath(dypath);
6   gSystem->Load("libPWG2flowCommon");
7
8   // Set the include paths
9   gROOT->ProcessLine(".include PWG2flowCommon/FLOW/AliFlowCommon");
10
11   // Set our location, so that other packages can find us
12   gSystem->Setenv("PWG2flowCommon_INCLUDE", "PWG2flowCommon/FLOW/AliFlowCommon");
13 }
14