Ignore:
Timestamp:
10/15/02 17:02:46 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h

    r1268 r1540  
    3838    Float_t GetNumPhotonsMax(const MGeomCam *geom=NULL) const;
    3939
     40    Float_t GetRatioMin() const;
     41    Float_t GetRatioMax() const;
     42
     43    Float_t GetErrorPhotMin(const MGeomCam *geom=NULL) const;
     44    Float_t GetErrorPhotMax(const MGeomCam *geom=NULL) const;
     45
    4046    MCerPhotPix &operator[](int i)       { return *(MCerPhotPix*)(fPixels->UncheckedAt(i)); }
    4147    MCerPhotPix &operator[](int i) const { return *(MCerPhotPix*)(fPixels->UncheckedAt(i)); }
Note: See TracChangeset for help on using the changeset viewer.