]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove JetCorrel
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Dec 2010 10:02:33 +0000 (10:02 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Dec 2010 10:02:33 +0000 (10:02 +0000)
PWG4/PROOF-INF.PWG4JetCorrel/BUILD.sh [deleted file]
PWG4/PROOF-INF.PWG4JetCorrel/SETUP.C [deleted file]

diff --git a/PWG4/PROOF-INF.PWG4JetCorrel/BUILD.sh b/PWG4/PROOF-INF.PWG4JetCorrel/BUILD.sh
deleted file mode 100755 (executable)
index fc9490a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#! /bin/sh
-
-make 
diff --git a/PWG4/PROOF-INF.PWG4JetCorrel/SETUP.C b/PWG4/PROOF-INF.PWG4JetCorrel/SETUP.C
deleted file mode 100644 (file)
index 09debe0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-void SETUP()
-{
-   gSystem->Load("libPWG4JetCorrel");
-
-   // Set the Include paths
-   gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4JetCorrel");
-   gROOT->ProcessLine(".include PWG4JetCorrel/JetCorrel");
-
-   // Set our location, so that other packages can find us
-   gSystem->Setenv("PWG4JetCorrel_INCLUDE", "PWG4JetCorrel/JetCorrel");
-}