]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/OnlineDisplay/AliHLTPHOSGetEventButton.cxx
To new command line options were added the -acc and -sync. Giving the -acc argument
[u/mrichter/AliRoot.git] / HLT / PHOS / OnlineDisplay / AliHLTPHOSGetEventButton.cxx
index 147652d79ee4c21f82fa5d7510af0c49a13b12b5..3fafc7bf7e2a922d7c20840d04a210be758044fe 100755 (executable)
@@ -30,30 +30,18 @@ AliHLTPHOSGetEventButton::AliHLTPHOSGetEventButton()
 }
 
 
-//AliHLTPHOSGetEventButton::AliHLTPHOSGetEventButton(TGGroupFrame *gfPtr, char *name):TGTextButton(gfPtr, name)
-//{
-//  onlineDisplayPtr = (AliHLTPHOSOnlineDisplay *)gfPtr;
-//}
-
 AliHLTPHOSGetEventButton::AliHLTPHOSGetEventButton(TGCompositeFrame *gfPtr, char *name):TGTextButton(gfPtr, name)
 {
   onlineDisplayPtr = (AliHLTPHOSOnlineDisplay *)gfPtr;
 
 }
 
-//AliHLTPHOSGetEventButton::AliHLTPHOSGetEventButton(AliHLTPHOSOnlineDisplay *gfPtr, char *name):TGTextButton(gfPtr, name)
-//{
-//  onlineDisplayPtr = gfPtr;
-//}
-
-
 
 Bool_t
 AliHLTPHOSGetEventButton::HandleButton(Event_t* event)
 {
   if(event->fType == kButtonPress) 
     {
-      //      onlineDisplayPtr->GetNextEvent2();
       onlineDisplayPtr->GetNextEvent();
     }
 }