| Line | |
|---|
| 1 | #ifndef MARS_MGCamDisplays
|
|---|
| 2 | #define MARS_MGCamDisplays
|
|---|
| 3 |
|
|---|
| 4 | #ifndef MARS_MAGIC
|
|---|
| 5 | #include "MAGIC.h"
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | class TCanvas;
|
|---|
| 9 | class MHCamera;
|
|---|
| 10 | class MGCamDisplays
|
|---|
| 11 | {
|
|---|
| 12 | protected:
|
|---|
| 13 |
|
|---|
| 14 | void CamDraw(TCanvas &c, const Int_t x, const Int_t y, const MHCamera &cam1,
|
|---|
| 15 | const Int_t fit, const Int_t rad=0,
|
|---|
| 16 | TObject *notify=NULL); // Draw histograms into the MStatusDisplay
|
|---|
| 17 |
|
|---|
| 18 | public:
|
|---|
| 19 |
|
|---|
| 20 | MGCamDisplays();
|
|---|
| 21 |
|
|---|
| 22 | ClassDef(MGCamDisplays, 0) // Tools to display the camera in an MStatusDisplay
|
|---|
| 23 | };
|
|---|
| 24 |
|
|---|
| 25 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.