From 81106e566288be3f01c1e7d925a05f48b2664791 Mon Sep 17 00:00:00 2001 From: alibrary Date: Thu, 27 May 2004 18:42:33 +0000 Subject: [PATCH] New split libs --- macros/loadlibs.C | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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"); } -- 2.31.1