source: trunk/MagicSoft/Mars/mmain/MAnalysis.h@ 1643

Last change on this file since 1643 was 1076, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 720 bytes
Line 
1#ifndef MARS_MAnalysis
2#define MARS_MAnalysis
3
4#ifndef MARS_MBrowser
5#include "MBrowser.h"
6#endif
7
8class TGTextEntry;
9class TGCheckButton;
10
11class MImgCleanStd;
12
13class MAnalysis : public MBrowser
14{
15private:
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
29public:
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.