Ignore:
Timestamp:
06/23/03 11:01:53 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamEvent.cc

    r2178 r2206  
    3030#include "MCamEvent.h"
    3131
     32#include "MGeomCam.h"
     33
    3234ClassImp(MCamEvent);
     35
  • trunk/MagicSoft/Mars/mgui/MCamEvent.h

    r2178 r2206  
    1818{
    1919public:
    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;
    2121    virtual void   DrawPixelContent(Int_t num) const = 0;
    2222
    23     ClassDef(MCamEvent, 0)    // A hexagon for MAGIC
     23    ClassDef(MCamEvent, 0) // A camera event
    2424};
    2525
Note: See TracChangeset for help on using the changeset viewer.