From: hristov Date: Thu, 26 May 2005 05:08:03 +0000 (+0000) Subject: Corrected names and order of libraries X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=3c09f7a37f79cd060062e84ab05866a82101807c;p=u%2Fmrichter%2FAliRoot.git Corrected names and order of libraries --- diff --git a/macros/loadlibs.C b/macros/loadlibs.C index f2b82ccef1f..d196423ee17 100644 --- a/macros/loadlibs.C +++ b/macros/loadlibs.C @@ -25,7 +25,7 @@ void loadlibs () gSystem->Load("libEGPythia6"); - gSystem->Load("libRAW"); + gSystem->Load("libRAWData"); gSystem->Load("libESD"); gSystem->Load("libSTEER"); @@ -80,10 +80,10 @@ void loadlibs () gSystem->Load("libTOFsim"); gSystem->Load("libTOFrec"); + gSystem->Load("libAliL3ITS"); gSystem->Load("libAliL3Src"); gSystem->Load("libAliL3Misc"); gSystem->Load("libAliL3Comp"); gSystem->Load("libThread"); gSystem->Load("libAliL3Hough"); - gSystem->Load("libAliL3ITS"); }