]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/Hlib.C
In the calculation of the jacobian use the transposed matrix instead of its inverse...
[u/mrichter/AliRoot.git] / HMPID / Hlib.C
index cd9f85ded0b2a534e4307eb94d14469d558809cf..d3c822b9b2642ca3918993ca11677aa175076836 100644 (file)
@@ -1,14 +1,41 @@
 void Hlib()
 {
+  gSystem->Load("libPhysics.so");
   gSystem->Load("libMinuit.so");
-  gSystem->Load("libVMC.so");
-  gSystem->Load("libESD.so");
-  gSystem->Load("libSTEER.so");
-  gSystem->Load("libCDB.so");
+  
+  gSystem->Load("libEG");
+  gSystem->Load("libGeom");
+  gSystem->Load("libVMC");
+
+  gSystem->Load("libEGPythia6");
 
-  gSystem->Load("libRAWDatasim.so");
+  gSystem->Load("libNet");
+  gSystem->Load("libTree");
+  gSystem->Load("libProof");
+  gSystem->Load("libSTEERBase");
+  gSystem->Load("libESD");
+  gSystem->Load("libCDB");
+  
+  gSystem->Load("libRAWDatabase");
+  gSystem->Load("libRAWDatarec");
   
+  gSystem->Load("libSTEER");
+  
+  gSystem->Load("libRAWDatasim");
+
   gSystem->Load("libHMPIDbase.so");
   gSystem->Load("libHMPIDsim.so");
   gSystem->Load("libHMPIDrec.so");
+
+//  gSystem->AddIncludePath("-I$ALICE_ROOT/include -I$ALICE_ROOT/HMPID"); 
+  gInterpreter->AddIncludePath("$HOME/HMPID");
+  gInterpreter->AddIncludePath("$ALICE_ROOT/include");
+  gInterpreter->AddIncludePath("$ALICE_ROOT/HMPID");
+
 }
+
+
+
+
+