00001 void load() {
00002
00003 cout << "***************************************************" << endl;
00004 cout << " THIS macro is OBSOLETE and will be later removed " << endl;
00005 cout << " Please, use 'loadSharedLibraries.C' instead " << endl;
00006 cout << "***************************************************" << endl;
00007 gSystem->Load("libTable");
00008 gSystem->Load("libPhysics");
00009 gSystem->Load("St_base");
00010 gSystem->Load("StChain");
00011 gSystem->Load("St_Tables");
00012 gSystem->Load("StUtilities");
00013 gSystem->Load("StarClassLibrary");
00014 gSystem->Load("StTriggerDataMaker");
00015 gSystem->Load("StEvent");
00016 gSystem->Load("StEventUtilities");
00017 gSystem->Load("StEmcUtil");
00018 gSystem->Load("StStrangeMuDstMaker");
00019 gSystem->Load("StMuDSTMaker");
00020 cout << " loading of shared libraries done" << endl;
00021 }