]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveHLT/AliEveHLTEventManager.cxx
bugfix: removed reset for each blocklist
[u/mrichter/AliRoot.git] / EVE / EveHLT / AliEveHLTEventManager.cxx
index 522f37526605b771ee667897986149f6c54b091d..866e4fe4d5dd43bcd71371ec6748f20e78ac2c02 100644 (file)
@@ -191,9 +191,6 @@ Int_t AliEveHLTEventManager::ProcessEvent(TList * blockList) {
     return -1;
   }
  
-    
-  ResetDisplay();
-  
 
   AliHLTHOMERBlockDesc * block = NULL;
   TIter next(blockList);
@@ -202,10 +199,6 @@ Int_t AliEveHLTEventManager::ProcessEvent(TList * blockList) {
     ProcessBlock(block);
   } 
   
-  
-  cout << "update()"<<endl;
-  UpdateDisplay();
-
 
   return 0;