| Line | |
|---|
| 1 | #ifndef MARS_MGCamDisplay
|
|---|
| 2 | #define MARS_MGCamDisplay
|
|---|
| 3 |
|
|---|
| 4 | #ifndef MARS_MGEvtDisplay
|
|---|
| 5 | #include "MGEvtDisplay.h"
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | class TGListBox;
|
|---|
| 9 |
|
|---|
| 10 | class MGeomCam;
|
|---|
| 11 | class MCamDisplay;
|
|---|
| 12 |
|
|---|
| 13 | class MGCamDisplay : public MGEvtDisplay
|
|---|
| 14 | {
|
|---|
| 15 | private:
|
|---|
| 16 | Bool_t fDisplayRaw;
|
|---|
| 17 | Bool_t fDisplayHillas;
|
|---|
| 18 |
|
|---|
| 19 | TGListBox *fPixelList;
|
|---|
| 20 |
|
|---|
| 21 | MCamDisplay *fDisplay;
|
|---|
| 22 | MCamDisplay *fDisplay2;
|
|---|
| 23 | MCamDisplay *fDisplay3;
|
|---|
| 24 | MCamDisplay *fDisplay4;
|
|---|
| 25 | MCamDisplay *fDisplay5;
|
|---|
| 26 |
|
|---|
| 27 | void AddSetupElements();
|
|---|
| 28 | void UpdateDisplay();
|
|---|
| 29 |
|
|---|
| 30 | MGeomCam *SetupTaskList();
|
|---|
| 31 |
|
|---|
| 32 | public:
|
|---|
| 33 | MGCamDisplay(const char *filename,
|
|---|
| 34 | const TGWindow *p, /*const TGWindow *main,*/
|
|---|
| 35 | UInt_t w, UInt_t h);
|
|---|
| 36 |
|
|---|
| 37 | Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
|
|---|
| 38 |
|
|---|
| 39 | ClassDef(MGCamDisplay, 0) // Display for camera images (cerenkov events)
|
|---|
| 40 | };
|
|---|
| 41 |
|
|---|
| 42 | #endif
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.