]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
par file
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Aug 2012 04:23:06 +0000 (04:23 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Aug 2012 04:23:06 +0000 (04:23 +0000)
PWGJE/Makefile
PWGJE/PROOF-INF.PWGGAEMCALJetTasks/SETUP.C [deleted file]
PWGJE/PROOF-INF.PWGJEEMCALJetTasks/BUILD.sh [moved from PWGJE/PROOF-INF.PWGGAEMCALJetTasks/BUILD.sh with 100% similarity]
PWGJE/PROOF-INF.PWGJEEMCALJetTasks/SETUP.C [new file with mode: 0755]

index 85a336997d268d105656ca562484f712da849eb7..63672f8a383a6fc3f1d3e8f0b9ff002e97d5e961 100644 (file)
@@ -88,6 +88,10 @@ ifneq ($(PWG4JCORRAN_INCLUDE),)
   ALICEINC += -I../$(PWG4JCORRAN_INCLUDE)
 endif
 
+ifneq ($(PWGJEEMCALJetTasks_INCLUDE),)
+  ALICEINC += -I../$(PWGJEEMCALJetTasks_INCLUDE)
+endif
+
 # only if no par file was loaded before
 #ifeq ($(ALICEINC),-I.)
   ifneq ($(ALICE_ROOT),)
diff --git a/PWGJE/PROOF-INF.PWGGAEMCALJetTasks/SETUP.C b/PWGJE/PROOF-INF.PWGGAEMCALJetTasks/SETUP.C
deleted file mode 100755 (executable)
index 57f0445..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// $Id$
-
-void SETUP()
-{
-  // Load the library
-  TString ocwd = gSystem->WorkingDirectory();
-  gSystem->Load(ocwd+"/libPWGGAEMCALJetTasks.so");
-
-  // Set the Include paths
-  gSystem->SetIncludePath("-I$ROOTSYS/include -IPWGGAEMCALJetTasks");
-  gROOT->ProcessLine(".include PWGGAEMCALTasks/EMCALJetTasks");
-  
-  // Set our location, so that other packages can find us
-  gSystem->Setenv("PWGGAEMCALJetTasks_INCLUDE", "PWGGAEMCALTasks/EMCALJetTasks");
-}
diff --git a/PWGJE/PROOF-INF.PWGJEEMCALJetTasks/SETUP.C b/PWGJE/PROOF-INF.PWGJEEMCALJetTasks/SETUP.C
new file mode 100755 (executable)
index 0000000..552bd6e
--- /dev/null
@@ -0,0 +1,15 @@
+// $Id$
+
+void SETUP()
+{
+  // Load the library
+  TString ocwd = gSystem->WorkingDirectory();
+  gSystem->Load(ocwd+"/libPWGJEEMCALJetTasks.so");
+
+  // Set the Include paths
+  gSystem->SetIncludePath("-I$ROOTSYS/include -IPWGJEEMCALJetTasks");
+  gROOT->ProcessLine(".include PWGJEEMCALTasks/EMCALJetTasks");
+  
+  // Set our location, so that other packages can find us
+  gSystem->Setenv("PWGJEEMCALJetTasks_INCLUDE", "PWGJEEMCALTasks/EMCALJetTasks");
+}