]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/UPGRADE/testITSU/LoadLibs.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / ITS / UPGRADE / testITSU / LoadLibs.C
CommitLineData
38997c3c 1void LoadLibs(Bool_t anlibs=kTRUE)
29ad4146 2{
4070f709 3 gSystem->Load("libITSUpgradeBase");
4 gSystem->Load("libITSUpgradeSim");
5 gSystem->Load("libITSUpgradeRec");
38997c3c 6 //
7 if (anlibs) {
4070f709 8 gSystem->Load("libANALYSIS");
9 gSystem->Load("libANALYSISalice");
38997c3c 10 }
29ad4146 11}
38997c3c 12