Line | |
---|
1 | #ifndef MEVTDISP_H
|
---|
2 | #define MEVTDISP_H
|
---|
3 |
|
---|
4 | #ifndef MAGIC_H
|
---|
5 | #include "MAGIC.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef ROOT_TGFrame
|
---|
9 | #include <TGFrame.h>
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | #ifndef MBROWSER_H
|
---|
13 | #include "MBrowser.h"
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | class TGTextButton;
|
---|
17 |
|
---|
18 | class MEvtDisp : public MBrowser
|
---|
19 | {
|
---|
20 | private:
|
---|
21 |
|
---|
22 | TGTextButton *fButFadcDispEvts;
|
---|
23 | TGTextButton *fButFadcDispPed;
|
---|
24 | TGTextButton *fButFadcDispCal;
|
---|
25 |
|
---|
26 | public:
|
---|
27 | MEvtDisp(const TGWindow *main=NULL, const TGWindow *p=NULL,
|
---|
28 | const UInt_t w=500, const UInt_t h=500) ;
|
---|
29 |
|
---|
30 | ~MEvtDisp();
|
---|
31 |
|
---|
32 | Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
|
---|
33 |
|
---|
34 | ClassDef(MEvtDisp, 0)
|
---|
35 | };
|
---|
36 |
|
---|
37 | #endif
|
---|
38 |
|
---|
39 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.