]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/benchmark/macros/bench-externaltrackparam-sequence.C
Renaming AliHLTReconstructorBase to AliHLTPluginBase to reflect the
[u/mrichter/AliRoot.git] / HLT / benchmark / macros / bench-externaltrackparam-sequence.C
index 12a1d21f11f7a2f91b9960b0d95e1914971a096a..31aad9ecd9aa705df2e7a376e240bae325e08461 100644 (file)
@@ -17,8 +17,7 @@ void bench_externaltrackparam_sequence(int events=100)
   //
   // init the HLT system in order to define the analysis chain below
   //
-  gSystem->Load("libHLTrec.so");
-  AliHLTSystem* gHLT=AliHLTReconstructorBase::GetInstance();
+  AliHLTSystem* gHLT=AliHLTPluginBase::GetInstance();
   gHLT->SetGlobalLoggingLevel(0x7c);
 
   ///////////////////////////////////////////////////////////////////////////////////////////////////