source: trunk/MagicSoft/Mars/mmain/MDataCheck.h@ 956

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