]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/PROOF-INF.AOD/SETUP.C
Adding extra checks to protect from fatal aborts.
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.AOD / SETUP.C
index 8531e5694f3f2b69d88fa223134e2dcd2dfba884..1635d69567a6222319a3c7327f03c1abe4b6a7bd 100644 (file)
@@ -1,10 +1,18 @@
 void SETUP()
 {
-   // Load the ESD library
+   // Load some ROOT libraries
+
+   gSystem->Load("libVMC");
+   gSystem->Load("libNet");
+   gSystem->Load("libTree");
+
+   // Load libSTEERBase, AOD depends on it
+   gSystem->Load("libSTEERBase");
+
+   // Load the AOD library
    gSystem->Load("libAOD");
 
-   // Set the Inlucde paths
-   gSystem->SetIncludePath("-I$ROOTSYS/include -IAOD");
+   // Set the include paths
    gROOT->ProcessLine(".include AOD");
 
    // Set our location, so that other packages can find us