]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG/PROOF-INF.PWGGlauber/SETUP.C
MUON DAs
[u/mrichter/AliRoot.git] / PWG / PROOF-INF.PWGGlauber / SETUP.C
1 void 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