]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added path .
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 13 Nov 2010 16:32:18 +0000 (16:32 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 13 Nov 2010 16:32:18 +0000 (16:32 +0000)
PWG2/PROOF-INF.PWG2flowCommon/SETUP.C
PWG2/PROOF-INF.PWG2flowTasks/SETUP.C
PWG2/PROOF-INF.PWG2flowTools/SETUP.C

index eb9113e529f0eed4edb80a1f1ec7a1b95df8e2b5..fd172ac01903b58211ec1277e306ec4777ff1a49 100644 (file)
@@ -1,6 +1,10 @@
 void SETUP() {
+
+  TString dypath = gSystem->GetDynamicPath();
+  dypath.Prepend(".:");
+  gSystem->SetDynamicPath(dypath);
   gSystem->Load("libPWG2flowCommon");
-  
+
   // Set the include paths
   gROOT->ProcessLine(".include PWG2flowCommon/FLOW/AliFlowCommon");
 
index 442fb0884f61c9dc63c0a62cf156e89d2788126c..2e3c09742fda02a96d8c63059ebc1eb7c1467dc4 100644 (file)
@@ -1,4 +1,9 @@
 void SETUP() {
+
+  TString dypath = gSystem->GetDynamicPath();
+  dypath.Prepend(".:");
+  gSystem->SetDynamicPath(dypath);
+  gSystem->Load("libPWG2flowCommon");
   gSystem->Load("libPWG2flowTasks");
   
   // Set the include paths
index 4e137c600e6b79b4f372f0bef2553e28f9ead1ab..c5b3216262547e105c1ed0b5191f358493259c04 100644 (file)
@@ -1,4 +1,9 @@
 void SETUP() {
+
+
+  TString dypath = gSystem->GetDynamicPath();
+  dypath.Prepend(".:");
+  gSystem->SetDynamicPath(dypath);
   gSystem->Load("libPWG2flowTools");
   
   // Set the include paths