Ignore:
Timestamp:
01/23/01 10:43:18 (24 years ago)
Author:
harald
Message:
The integration of the class MGFadcDisp in the mars code. Now
one is able to see at least the high gain samples with this gui.
I hope that also Razmik is now able to look to the data.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MGMarsMain.cc

    r571 r587  
    99#include <TGSplitter.h>    // TGHorizontal3DLine
    1010
     11#include "MGEventDispMain.h"
    1112#include "MGDataCheckMain.h"
    1213#include "MGMonteCarloMain.h"
     
    193194
    194195            case M_BUTTON_EVTDISP:
    195 
    196               new TGMsgBox(fClient->GetRoot(), this,
    197                            "WARNING!",
    198                            "EventDisplay not yet implemented!",
    199                            kMBIconExclamation, buttons, &retval);
     196             
     197              new MGEventDispMain (fClient->GetRoot(), this, 400, 650 ) ;
    200198              break ;
    201199             
     
    205203
    206204            case M_BUTTON_ANALYSE:
    207               new TGMsgBox(fClient->GetRoot(), this,
     205              //new MGPrototyp(fClient->GetRoot(), this, 400, 650 ) ;
     206
     207               new TGMsgBox(fClient->GetRoot(), this,
    208208                           "WARNING!",
    209209                           "Analysis not yet implemented!",
Note: See TracChangeset for help on using the changeset viewer.