]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/PROOF-INF.PWGPPevchar/SETUP.C
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWGPP / PROOF-INF.PWGPPevchar / SETUP.C
diff --git a/PWGPP/PROOF-INF.PWGPPevchar/SETUP.C b/PWGPP/PROOF-INF.PWGPPevchar/SETUP.C
deleted file mode 100644 (file)
index bc4e8aa..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-void SETUP() {
-  CheckLoadLibrary("libPWGPPevchar");
-
-  // Set the include paths
-  gROOT->ProcessLine(".include PWGPPevchar/EVCHAR");
-
-  // Set our location, so that other packages can find us
-  gSystem->Setenv("PWGPPevchar_INCLUDE", "PWGPPevchar/EVCHAR");
-}
-
-Int_t CheckLoadLibrary(const char* library) {
-  // checks if a library is already loaded, if not loads the library
-
-  if (strlen(gSystem->GetLibraries(library, "", kFALSE)) > 0)
-    return 1;
-  
-  return gSystem->Load(library);
-}