]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/macros/histogramHandlerTest.C
removing deprecated components from registration
[u/mrichter/AliRoot.git] / HLT / TPCLib / macros / histogramHandlerTest.C
index de6d0107f40596356f4e8554ee1fe8f5112442b8..7366fe29005a4cc515b76a84f0dfbf9d9d627d4d 100644 (file)
@@ -43,8 +43,7 @@ void histogramHandlerTest(const char* input="./"){
   // 
   // init the HLT system in order to define the analysis chain below
   //
-  gSystem->Load("libHLTrec.so");
-  AliHLTSystem* gHLT=AliHLTReconstructorBase::GetInstance();
+  AliHLTSystem* gHLT=AliHLTPluginBase::GetInstance();
 
   ///////////////////////////////////////////////////////////////////////////////////////////////////
   //
@@ -140,8 +139,6 @@ void histogramHandlerTest(const char* input="./"){
   rec.SetRunTracking("");
   rec.SetLoadAlignFromCDB(0);
   rec.SetRunQA(":");
-  AliMagFMaps* field = new AliMagFMaps("Maps","Maps", 2, 1., 10., AliMagFMaps::k5kG);
-  AliTracker::SetFieldMap(field,kTRUE);
   //rec.SetFillESD("HLT");
   rec.SetFillESD("");
   rec.SetFillTriggerESD(false);