]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/PROOF-INF.AOD/SETUP.C
Corrected list of libraries in the SETUP.C macros
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.AOD / SETUP.C
index cd5c22f201604cc28a24fa076def9b5241f8cc7d..1635d69567a6222319a3c7327f03c1abe4b6a7bd 100644 (file)
@@ -1,6 +1,15 @@
 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 include paths