]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/Hlib.C
Warning fixed
[u/mrichter/AliRoot.git] / HMPID / Hlib.C
index eafa7ff15dbd2b645854a8bcfbe3ff16d30f12d9..d3c822b9b2642ca3918993ca11677aa175076836 100644 (file)
@@ -12,6 +12,7 @@ void Hlib()
   gSystem->Load("libNet");
   gSystem->Load("libTree");
  
+  gSystem->Load("libProof");
   gSystem->Load("libSTEERBase");
   gSystem->Load("libESD");
   gSystem->Load("libCDB");
@@ -27,9 +28,14 @@ void Hlib()
   gSystem->Load("libHMPIDsim.so");
   gSystem->Load("libHMPIDrec.so");
 
-  gSystem->AddIncludePath("-I$ALICE_ROOT/include -I$ALICE_ROOT/HMPID"); 
+//  gSystem->AddIncludePath("-I$ALICE_ROOT/include -I$ALICE_ROOT/HMPID"); 
+  gInterpreter->AddIncludePath("$HOME/HMPID");
+  gInterpreter->AddIncludePath("$ALICE_ROOT/include");
+  gInterpreter->AddIncludePath("$ALICE_ROOT/HMPID");
+
 }
 
 
 
 
+