source: trunk/MagicSoft/Mars/mmain/MEvtDisp.h@ 1108

Last change on this file since 1108 was 1016, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 405 bytes
Line 
1#ifndef MARS_MEvtDisp
2#define MARS_MEvtDisp
3
4#ifndef MARS_MBrowser
5#include "MBrowser.h"
6#endif
7
8class MEvtDisp : public MBrowser
9{
10public:
11 MEvtDisp(const TGWindow *main=NULL, const TGWindow *p=NULL,
12 const UInt_t w=500, const UInt_t h=500) ;
13
14 Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
15
16 ClassDef(MEvtDisp, 0) // GUI: The 'event display' browser.
17};
18
19#endif
20
21
Note: See TracBrowser for help on using the repository browser.