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

Last change on this file since 3928 was 3875, checked in by gaug, 21 years ago
*** empty log message ***
File size: 757 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 MCamEvent;
11class MGCamDisplays
12{
13protected:
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
21public:
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.