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

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