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

Last change on this file since 3873 was 3853, checked in by gaug, 21 years ago
*** empty log message ***
File size: 707 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); // Draw histograms into the MStatusDisplay
19
20public:
21
22 MGCamDisplays();
23
24 ClassDef(MGCamDisplays, 0) // Tools to display the camera in an MStatusDisplay
25};
26
27#endif
Note: See TracBrowser for help on using the repository browser.