]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/PROOF-INF.PWG2femtoscopy/SETUP.C
Last modifictaions for PWG2 -> PWGCF
[u/mrichter/AliRoot.git] / PWG2 / PROOF-INF.PWG2femtoscopy / SETUP.C
diff --git a/PWG2/PROOF-INF.PWG2femtoscopy/SETUP.C b/PWG2/PROOF-INF.PWG2femtoscopy/SETUP.C
deleted file mode 100644 (file)
index be699d8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-void SETUP() {
-  CheckLoadLibrary("libPWG2femtoscopy");
-
-  // Set the include paths
-  gROOT->ProcessLine(".include PWG2femtoscopy/FEMTOSCOPY/AliFemto");
-
-  // Set our location, so that other packages can find us
-  gSystem->Setenv("PWG2femtoscopy_INCLUDE", "PWG2femtoscopy/FEMTOSCOPY/AliFemto");
-}
-
-Int_t CheckLoadLibrary(const char* library) {
-  // checks if a library is already loaded, if not loads the library
-
-  if (strlen(gSystem->GetLibraries(Form("%s.so", library), "", kFALSE)) > 0)
-    return 1;
-  
-  return gSystem->Load(library);
-}