From: alibrary Date: Thu, 27 May 2004 18:42:33 +0000 (+0000) Subject: New split libs X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=81106e566288be3f01c1e7d925a05f48b2664791;hp=cad96957807435e6cf7b95456c00ab546922ea5f New split libs --- diff --git a/macros/loadlibs.C b/macros/loadlibs.C index ad8f6175c4e..63f5e179a2d 100644 --- a/macros/loadlibs.C +++ b/macros/loadlibs.C @@ -1,8 +1,9 @@ void loadlibs () { gSystem->Load("libPhysics"); + gSystem->Load("libMinuit"); - // Uncomment the following line for Darwin + // Uncomment the following line for macosx // Waiting for a better solution // gSystem->Load("libg2c_sh"); gSystem->Load("libmicrocern"); @@ -16,6 +17,7 @@ void loadlibs () gSystem->Load("libEGPythia6"); gSystem->Load("libSTEER"); gSystem->Load("libEVGEN"); + gSystem->Load("libFASTSIM"); gSystem->Load("libAliPythia6"); gSystem->Load("libRAW"); @@ -35,9 +37,15 @@ void loadlibs () // The following lines have to be commented on Darwin // for the moment due to cross dependencies - gSystem->Load("libTPC"); + gSystem->Load("libTPCbase"); + gSystem->Load("libTPCrec"); + gSystem->Load("libTPCsim"); + gSystem->Load("libTPCfast"); gSystem->Load("libITS"); gSystem->Load("libTPCBarrel"); - gSystem->Load("libTRD"); + gSystem->Load("libTRDbase"); + gSystem->Load("libTRDsim"); + gSystem->Load("libTRDrec"); + gSystem->Load("libTRDfast"); gSystem->Load("libTOF"); }