Changeset 1747 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 02/07/03 12:59:11 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgeom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r1715 r1747 115 115 // the id 0 to scale variables with the pixel size. 116 116 // 117 Float_t MGeomCam::GetPixRatio( Int_t i) const117 Float_t MGeomCam::GetPixRatio(UInt_t i) const 118 118 { 119 119 return i<fNumPixels ? (*this)[0].GetA()/(*this)[i].GetA() : 0; -
trunk/MagicSoft/Mars/mgeom/MGeomCam.h
r1540 r1747 36 36 UInt_t GetNumPixels() const { return fNumPixels; } 37 37 Float_t GetMaxRadius() const { return fMaxRadius; } 38 Float_t GetPixRatio( Int_t i) const;38 Float_t GetPixRatio(UInt_t i) const; 39 39 40 40 MGeomPix &operator[](Int_t i) { return *(MGeomPix*)fPixels->UncheckedAt(i); }
Note:
See TracChangeset
for help on using the changeset viewer.