Line | |
---|
1 | #ifndef MARS_MAnalysis
|
---|
2 | #define MARS_MAnalysis
|
---|
3 |
|
---|
4 | #ifndef MARS_MBrowser
|
---|
5 | #include "MBrowser.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class TGTextEntry;
|
---|
9 | class TGCheckButton;
|
---|
10 |
|
---|
11 | class MImgCleanStd;
|
---|
12 |
|
---|
13 | class MAnalysis : public MBrowser
|
---|
14 | {
|
---|
15 | private:
|
---|
16 | TGCheckButton *fCheckButton1;
|
---|
17 | TGCheckButton *fCheckButton2;
|
---|
18 |
|
---|
19 | // TGTextEntry *fNumEntry1;
|
---|
20 | // TGTextEntry *fNumEntry2;
|
---|
21 |
|
---|
22 | MImgCleanStd *fImgClean;
|
---|
23 |
|
---|
24 | void CalculateHillas();
|
---|
25 |
|
---|
26 | void AddButtons();
|
---|
27 | void AddSetupTab();
|
---|
28 |
|
---|
29 | public:
|
---|
30 | MAnalysis(/*const TGWindow *main=NULL,*/ const TGWindow *p=NULL,
|
---|
31 | const UInt_t w=500, const UInt_t h=500) ;
|
---|
32 |
|
---|
33 | Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
|
---|
34 |
|
---|
35 | ClassDef(MAnalysis, 0) // GUI: The 'Analysis' browser.
|
---|
36 | };
|
---|
37 |
|
---|
38 | #endif
|
---|
39 |
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.