]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/exa/split-hltout.C
Renaming AliHLTReconstructorBase to AliHLTPluginBase to reflect the
[u/mrichter/AliRoot.git] / HLT / exa / split-hltout.C
index 7c5dbedd232f0398dcec9d716114b4e148e6c3a0..4e569f7c53d41430c1fa2d35deed912747fb0a2b 100644 (file)
@@ -26,8 +26,7 @@ void split_hltout()
   /////////////////////////////////////////////////////////////////////////
   //
   // setup of the HLT system
-  gSystem->Load("libHLTrec");
-  AliHLTSystem* pHLT=AliHLTReconstructorBase::GetInstance();
+  AliHLTSystem* pHLT=AliHLTPluginBase::GetInstance();
   if (!pHLT) {
     cerr << "fatal error: can not get HLT instance" << endl;
   }