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 |
|
---|
15 | class MGeomCam;
|
---|
16 |
|
---|
17 | class MCamEvent : public MParContainer
|
---|
18 | {
|
---|
19 | public:
|
---|
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.