source: trunk/MagicSoft/Mars/mjobs/MGCamDisplays.h@ 4007

Last change on this file since 4007 was 3929, checked in by gaug, 21 years ago
*** empty log message ***
File size: 522 bytes
Line 
1#ifndef MARS_MGCamDisplays
2#define MARS_MGCamDisplays
3
4#ifndef MARS_MAGIC
5#include "MAGIC.h"
6#endif
7
8class TCanvas;
9class MHCamera;
10class MGCamDisplays
11{
12protected:
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
18public:
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.