Changeset 2206 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 06/23/03 11:01:53 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamEvent.cc
r2178 r2206 30 30 #include "MCamEvent.h" 31 31 32 #include "MGeomCam.h" 33 32 34 ClassImp(MCamEvent); 35 -
trunk/MagicSoft/Mars/mgui/MCamEvent.h
r2178 r2206 18 18 { 19 19 public: 20 virtual Bool_t GetPixelContent( Float_t &val, Int_t idx, Float_t ratio=1, Int_t type=0) const = 0;20 virtual Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const = 0; 21 21 virtual void DrawPixelContent(Int_t num) const = 0; 22 22 23 ClassDef(MCamEvent, 0) // A hexagon for MAGIC23 ClassDef(MCamEvent, 0) // A camera event 24 24 }; 25 25
Note:
See TracChangeset
for help on using the changeset viewer.