source:
trunk/MagicSoft/Mars/mgui/MCamEvent.h@
4073
      
      | Last change on this file since 4073 was 2958, checked in by , 22 years ago | |
|---|---|
| File size: 359 bytes | |
| Line | |
|---|---|
| 1 | #ifndef MARS_MCamEvent | 
| 2 | #define MARS_MCamEvent | 
| 3 | |
| 4 | #ifndef ROOT_TROOT | 
| 5 | #include <TROOT.h> | 
| 6 | #endif | 
| 7 | |
| 8 | class MGeomCam; | 
| 9 | |
| 10 | class MCamEvent | 
| 11 | { | 
| 12 | public: | 
| 13 | virtual Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const = 0; | 
| 14 | virtual void DrawPixelContent(Int_t num) const = 0; | 
| 15 | |
| 16 | ClassDef(MCamEvent, 0) // A camera event | 
| 17 | }; | 
| 18 | |
| 19 | #endif | 
| 20 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
