]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/PROOF-INF.PWG3dielectron/SETUP.C
Add dielectron framework to PWG3
[u/mrichter/AliRoot.git] / PWG3 / PROOF-INF.PWG3dielectron / SETUP.C
1 {
2   gSystem->Load("libDielectron.so");
3   // Set the include paths
4   gROOT->ProcessLine(".include Dielectron");
5   
6   // Set our location, so that other packages can find us
7   gSystem->Setenv("Dielectron_INCLUDE", "Dielectron");
8   
9 }