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 MCamEvent;
|
---|
11 | class MGCamDisplays
|
---|
12 | {
|
---|
13 | protected:
|
---|
14 |
|
---|
15 | void DrawProjection ( MHCamera *obj, Int_t fit) const; // Draw projection of pixels values
|
---|
16 | void DrawRadialProfile( MHCamera *obj) const; // Draw projection of pixels values onto camera radius
|
---|
17 | void CamDraw(TCanvas &c, const Int_t x, const Int_t y, const MHCamera &cam1,
|
---|
18 | const Int_t fit, const Int_t rad=0,
|
---|
19 | TObject *notify=NULL); // Draw histograms into the MStatusDisplay
|
---|
20 |
|
---|
21 | public:
|
---|
22 |
|
---|
23 | MGCamDisplays();
|
---|
24 |
|
---|
25 | ClassDef(MGCamDisplays, 0) // Tools to display the camera in an MStatusDisplay
|
---|
26 | };
|
---|
27 |
|
---|
28 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.