]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/PROOF-INF.PWGflowTasks/SETUP.C
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWG / PROOF-INF.PWGflowTasks / SETUP.C
diff --git a/PWG/PROOF-INF.PWGflowTasks/SETUP.C b/PWG/PROOF-INF.PWGflowTasks/SETUP.C
deleted file mode 100644 (file)
index 19319a5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-void SETUP() {
-  // Set the library paths
-  TString dypath = gSystem->GetDynamicPath();
-  dypath.Prepend("./PWGflowTasks/:");
-  gSystem->SetDynamicPath(dypath);
-  gSystem->Load("libPWGflowBase");
-  gSystem->Load("libPWGflowTasks");
-  
-  // Set the include paths
-  TString incpath = gSystem->GetIncludePath();
-  incpath.Prepend("-I./PWGflowTasks/FLOW/Tasks -I$ALICE_ROOT/TOF ");
-  gSystem->SetIncludePath(incpath);
-
-  // Set our location, so that other packages can find us
-  gSystem->Setenv("PWGflowTasks_INCLUDE", "PWGflowTasks/FLOW/Tasks");
-}
-