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

Last change on this file since 949 was 949, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 495 bytes
Line 
1#ifndef MANALYSIS_H
2#define MANALYSIS_H
3
4#ifndef MAGIC_H
5#include "MAGIC.h"
6#endif
7
8#ifndef MBROWSER_H
9#include "MBrowser.h"
10#endif
11
12class MAnalysis : public MBrowser
13{
14private:
15 void CalculateHillas(const char *fname);
16
17public:
18 MAnalysis(const TGWindow *main=NULL, const TGWindow *p=NULL,
19 const UInt_t w=500, const UInt_t h=500) ;
20
21 Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
22
23 ClassDef(MAnalysis, 0) // GUI: The 'data-check' window.
24};
25
26#endif
27
28
Note: See TracBrowser for help on using the repository browser.