]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/OnlineDisplay/AliHLTPHOSGetEventButton.cxx
Histograms are updated in 3 different views unde a separate tab menu.
[u/mrichter/AliRoot.git] / HLT / PHOS / OnlineDisplay / AliHLTPHOSGetEventButton.cxx
index 403d3ee28cd97a7d9fb156a46217fa44fea487b3..147652d79ee4c21f82fa5d7510af0c49a13b12b5 100755 (executable)
@@ -53,6 +53,7 @@ AliHLTPHOSGetEventButton::HandleButton(Event_t* event)
 {
   if(event->fType == kButtonPress) 
     {
+      //      onlineDisplayPtr->GetNextEvent2();
       onlineDisplayPtr->GetNextEvent();
     }
 }