Changeset 1715 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 01/19/03 14:52:29 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r1544 r1715 117 117 Float_t MGeomCam::GetPixRatio(Int_t i) const 118 118 { 119 return (*this)[0].GetA()/(*this)[i].GetA();119 return i<fNumPixels ? (*this)[0].GetA()/(*this)[i].GetA() : 0; 120 120 } 121 121
Note:
See TracChangeset
for help on using the changeset viewer.