]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/PROOF-INF.PWG2flowCommon/SETUP.C
update to get the eventplane from hijing
[u/mrichter/AliRoot.git] / PWG2 / PROOF-INF.PWG2flowCommon / SETUP.C
1 void SETUP() {
2   gSystem->Load("libPWG2flowCommon");
3   
4   // Set the include paths
5   gROOT->ProcessLine(".include PWG2flowCommon/FLOW/AliFlowCommon");
6
7   // Set our location, so that other packages can find us
8   gSystem->Setenv("PWG2flowCommon_INCLUDE", "PWG2flowCommon/FLOW/AliFlowCommon");
9 }
10