| Line | |
|---|
| 1 | #ifndef MDATACHECK_H
|
|---|
| 2 | #define MDATACHECK_H
|
|---|
| 3 |
|
|---|
| 4 | #ifndef MAGIC_H
|
|---|
| 5 | #include "MAGIC.h"
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | #ifndef ROOT_TGFrame
|
|---|
| 9 | #include <TGFrame.h>
|
|---|
| 10 | #endif
|
|---|
| 11 |
|
|---|
| 12 | #ifndef MVIEWADCSPECTRA_H
|
|---|
| 13 | #include "MViewAdcSpectra.h"
|
|---|
| 14 | #endif
|
|---|
| 15 |
|
|---|
| 16 | #ifndef MBROWSER_H
|
|---|
| 17 | #include "MBrowser.h"
|
|---|
| 18 | #endif
|
|---|
| 19 |
|
|---|
| 20 | class TGTextButton;
|
|---|
| 21 |
|
|---|
| 22 | class MDataCheck : public MBrowser
|
|---|
| 23 | {
|
|---|
| 24 | private:
|
|---|
| 25 |
|
|---|
| 26 | MViewAdcSpectra fViewAdc;
|
|---|
| 27 |
|
|---|
| 28 | TGTextButton *fButPedADC;
|
|---|
| 29 | TGTextButton *fButPedTDC;
|
|---|
| 30 | TGTextButton *fButCrADC;
|
|---|
| 31 | TGTextButton *fButCrTDC;
|
|---|
| 32 |
|
|---|
| 33 | public:
|
|---|
| 34 | MDataCheck(const TGWindow *main=NULL, const TGWindow *p=NULL,
|
|---|
| 35 | const UInt_t w=500, const UInt_t h=500) ;
|
|---|
| 36 |
|
|---|
| 37 | ~MDataCheck();
|
|---|
| 38 |
|
|---|
| 39 | Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
|
|---|
| 40 |
|
|---|
| 41 | ClassDef(MDataCheck, 0) // GUI: The 'data-check' window.
|
|---|
| 42 | };
|
|---|
| 43 |
|
|---|
| 44 | #endif
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.