#ifndef MEVTDISP_H #define MEVTDISP_H #ifndef MAGIC_H #include "MAGIC.h" #endif #ifndef ROOT_TGFrame #include #endif #ifndef MBROWSER_H #include "MBrowser.h" #endif class TGTextButton; class MEvtDisp : public MBrowser { private: TGTextButton *fButFadcDispEvts; TGTextButton *fButFadcDispPed; TGTextButton *fButFadcDispCal; public: MEvtDisp(const TGWindow *main=NULL, const TGWindow *p=NULL, const UInt_t w=500, const UInt_t h=500) ; ~MEvtDisp(); Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2); ClassDef(MEvtDisp, 0) }; #endif