]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG/PROOF-INF.PWGGlauber/SETUP.C
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / PWG / PROOF-INF.PWGGlauber / SETUP.C
CommitLineData
5e6103a5 1void SETUP() {
2
3
4 TString dypath = gSystem->GetDynamicPath();
5 dypath.Prepend(".:");
6 gSystem->SetDynamicPath(dypath);
7 gSystem->Load("libPWGGlauber");
8
9 // Set the include paths
10 gROOT->ProcessLine(".include PWGGlauber/Glauber");
11
12 // Set our location, so that other packages can find us
13 gSystem->Setenv("PWGGlauber_INCLUDE", "PWGGlauber/Glauber");
14}
15