]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/TPCrec/AliTPCclusterer.cxx
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / TPC / TPCrec / AliTPCclusterer.cxx
index 6ad7d88f88be190010edce23fe74939b69e2bc96..21907c2fad3be267ce154776bb447b2b23d1d257 100644 (file)
@@ -1408,7 +1408,7 @@ Int_t AliTPCclusterer::ReadHLTClusters()
   ROOT::NewFunc_t pNewFunc=NULL;
   do {
     pCl=TClass::GetClass("AliHLTTPCClusterAccessHLTOUT");
-  } while (!pCl && gSystem->Load("libAliHLTTPC.so")==0);
+  } while (!pCl && gSystem->Load("libAliHLTTPC")==0);
   if (!pCl || (pNewFunc=pCl->GetNew())==NULL) {
     AliError("can not load class description of AliHLTTPCClusterAccessHLTOUT, aborting ...");
     return -1;