Line | |
---|
1 | #ifndef MARS_MGFadcDisp
|
---|
2 | #define MARS_MGFadcDisp
|
---|
3 |
|
---|
4 | #ifndef MARS_MGEvtDisplay
|
---|
5 | #include "MGEvtDisplay.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class TGListBox;
|
---|
9 | class MRawEvtData;
|
---|
10 |
|
---|
11 | class MGFadcDisp : public MGEvtDisplay
|
---|
12 | {
|
---|
13 | private:
|
---|
14 | TGListBox *fPixelList;
|
---|
15 |
|
---|
16 | void AddSetupElements();
|
---|
17 | void UpdateDisplay();
|
---|
18 | void DisplayPixel(Int_t lastsel=-1, Bool_t update=kTRUE);
|
---|
19 |
|
---|
20 | MRawEvtData *GetEvent() const;
|
---|
21 |
|
---|
22 | public:
|
---|
23 |
|
---|
24 | MGFadcDisp(const char *filename, const char *treename,
|
---|
25 | const TGWindow *p, /*const TGWindow *main,*/ UInt_t w, UInt_t h);
|
---|
26 |
|
---|
27 | virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
|
---|
28 |
|
---|
29 | ClassDef(MGFadcDisp, 0) // Display for single pixel fadc data
|
---|
30 | };
|
---|
31 |
|
---|
32 | #endif
|
---|
33 |
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.