Changeset 1540 for trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
- Timestamp:
- 10/15/02 17:02:46 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
r1268 r1540 38 38 Float_t GetNumPhotonsMax(const MGeomCam *geom=NULL) const; 39 39 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 40 46 MCerPhotPix &operator[](int i) { return *(MCerPhotPix*)(fPixels->UncheckedAt(i)); } 41 47 MCerPhotPix &operator[](int i) const { return *(MCerPhotPix*)(fPixels->UncheckedAt(i)); }
Note:
See TracChangeset
for help on using the changeset viewer.