Ignore:
Timestamp:
09/26/01 14:56:03 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mmain
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MMars.cc

    r947 r949  
    3636
    3737#include "MEvtDisp.h"
     38#include "MAnalysis.h"
    3839#include "MDataCheck.h"
    3940#include "MMonteCarlo.h"
     
    5455  M_BUTTON_ANALYSE,
    5556  M_BUTTON_MONTECARLO
    56 } ;
     57};
    5758
    5859void MMars::CreateMenuBar()
     
    263264
    264265            case M_BUTTON_ANALYSE:
    265                 DisplWarning("Analysis not yet implemented!");
     266                new MAnalysis(this);
    266267                return kTRUE;
    267268
  • trunk/MagicSoft/Mars/mmain/MainLinkDef.h

    r938 r949  
    88
    99#pragma link C++ class MMars;
     10#pragma link C++ class MAnalysis;
    1011#pragma link C++ class MEvtDisp;
    1112#pragma link C++ class MDataCheck;
  • trunk/MagicSoft/Mars/mmain/Makefile

    r714 r949  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../manalysis -I../mdatacheck -I../meventdisp
     24INCLUDES = -I. -I../mbase -I../manalysis -I../mdatacheck -I../meventdisp \
     25           -I../mgui -I../mhist
    2526
    2627#------------------------------------------------------------------------------
     
    3132           MEvtDisp.cc \
    3233           MMars.cc \
     34           MAnalysis.cc \
    3335           MMonteCarlo.cc \
    3436           MBrowser.cc
Note: See TracChangeset for help on using the changeset viewer.