source: trunk/MagicSoft/Mars/mgui/MCamEvent.h@ 2178

Last change on this file since 2178 was 2178, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 594 bytes
Line 
1#ifndef MARS_MCamEvent
2#define MARS_MCamEvent
3
4//////////////////////////////////////////////////////////////
5//
6// MCamEvent
7//
8// A Hexagon for the MAGIC event display
9//
10//////////////////////////////////////////////////////////////
11#ifndef MARS_MParContainer
12#include "MParContainer.h"
13#endif
14
15class MGeomCam;
16
17class MCamEvent : public MParContainer
18{
19public:
20 virtual Bool_t GetPixelContent(Float_t &val, Int_t idx, Float_t ratio=1, Int_t type=0) const = 0;
21 virtual void DrawPixelContent(Int_t num) const = 0;
22
23 ClassDef(MCamEvent, 0) // A hexagon for MAGIC
24};
25
26#endif
27
Note: See TracBrowser for help on using the repository browser.