From: morsch Date: Tue, 17 Jul 2007 14:24:09 +0000 (+0000) Subject: Update of loaded libraries. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=cd008479cdbaf5c56f752610adb8f487616044cf Update of loaded libraries. --- diff --git a/JETAN/JetAnalysisManagerLoc.C b/JETAN/JetAnalysisManagerLoc.C index e9598015d66..a94e6fb0622 100644 --- a/JETAN/JetAnalysisManagerLoc.C +++ b/JETAN/JetAnalysisManagerLoc.C @@ -1,11 +1,12 @@ void JetAnalysisManagerLoc() { - gSystem->Load("libTree.so"); - gSystem->Load("libGeom.so"); - gSystem->Load("libVMC.so"); - gSystem->Load("libESD.so"); - gSystem->Load("libANALYSIS.so"); - gSystem->Load("libJETAN.so"); + gSystem->Load("libTree.so"); + gSystem->Load("libGeom.so"); + gSystem->Load("libVMC.so"); + gSystem->Load("libANALYSIS.so"); + gSystem->Load("libAOD.so"); + gSystem->Load("libESD.so"); + gSystem->Load("libJETAN.so"); // if (gApplication) gApplication->InitializeGraphics(); // Create the chain