]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/PROOF-INF.PWG2flowTasks/SETUP.C
Excluding a class from compilation (temporary)
[u/mrichter/AliRoot.git] / PWG2 / PROOF-INF.PWG2flowTasks / SETUP.C
1 void SETUP() {
2   gSystem->Load("libPWG2flowTasks");
3   
4   // Set the include paths
5   gROOT->ProcessLine(".include PWG2flowTasks/FLOW/AliFlowTasks");
6
7   // Set our location, so that other packages can find us
8   gSystem->Setenv("PWG2flowTasks_INCLUDE", "PWG2flowTasks/FLOW/AliFlowTasks");
9 }
10