| Line |  | 
|---|
| 1 | #ifndef MARS_MDataCheck | 
|---|
| 2 | #define MARS_MDataCheck | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MBrowser | 
|---|
| 5 | #include "MBrowser.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | #ifndef MARS_MHFadcPix | 
|---|
| 9 | #include "MHFadcPix.h" | 
|---|
| 10 | #endif | 
|---|
| 11 |  | 
|---|
| 12 | class MDataCheck : public MBrowser | 
|---|
| 13 | { | 
|---|
| 14 | private: | 
|---|
| 15 | void View(const char *inputfile, const char *treeName, MHFadcPix::Type_t t); | 
|---|
| 16 |  | 
|---|
| 17 | public: | 
|---|
| 18 | MDataCheck(/*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(MDataCheck, 0) // GUI: The 'data-check' browser. | 
|---|
| 24 | }; | 
|---|
| 25 |  | 
|---|
| 26 | #endif | 
|---|
| 27 |  | 
|---|
| 28 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.