]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Transition PWG0 -> PWGUD/base
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Jan 2012 14:04:44 +0000 (14:04 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Jan 2012 14:04:44 +0000 (14:04 +0000)
PWG0/PROOF-INF.PWG0base/BUILD.sh [deleted file]
PWGUD/PROOF-INF.PWGUDbase/BUILD.sh [new file with mode: 0755]
PWGUD/PROOF-INF.PWGUDbase/SETUP.C [moved from PWG0/PROOF-INF.PWG0base/SETUP.C with 79% similarity]

diff --git a/PWG0/PROOF-INF.PWG0base/BUILD.sh b/PWG0/PROOF-INF.PWG0base/BUILD.sh
deleted file mode 100755 (executable)
index 3178d93..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-# dirty hack!
-touch libPWG0selectors.pkg
-touch libPWG0dep.pkg
-
-make libPWG0base.so
diff --git a/PWGUD/PROOF-INF.PWGUDbase/BUILD.sh b/PWGUD/PROOF-INF.PWGUDbase/BUILD.sh
new file mode 100755 (executable)
index 0000000..c2c7870
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+# dirty hack!
+# touch libPWGUDselectors.pkg
+# touch libPWGUDdep.pkg
+
+make libPWGUDbase.so
similarity index 79%
rename from PWG0/PROOF-INF.PWG0base/SETUP.C
rename to PWGUD/PROOF-INF.PWGUDbase/SETUP.C
index 1b5bb975569cc94bf74cc2c95d4de2216d31e57e..68a642f3fa150d185d81804868a199c4fa0374bd 100644 (file)
@@ -7,14 +7,14 @@ void SETUP()
    // Load the ESD library
   CheckLoadLibrary("libANALYSIS");
   CheckLoadLibrary("libESD");
-  CheckLoadLibrary("libPWG0base");
+  CheckLoadLibrary("libPWGUDbase");
 
 
    // Set the include paths
-   gROOT->ProcessLine(".include PWG0base");
+   gROOT->ProcessLine(".include PWGUDbase");
 
    // Set our location, so that other packages can find us
-   gSystem->Setenv("PWG0base_INCLUDE", "PWG0base");
+   gSystem->Setenv("PWGUDbase_INCLUDE", "PWGUDbase");
 }
 
 Int_t CheckLoadLibrary(const char* library)