Changeset 1540 for trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
- Timestamp:
- 10/15/02 17:02:46 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r1458 r1540 112 112 // -------------------------------------------------------------------------- 113 113 // 114 // returns the ratio of the area of the given pixel to the pixel with 115 // the id 0 to scale variables with the pixel size. 116 // 117 inline Float_t MGeomCam::GetPixRatio(Int_t i) const 118 { 119 return (*this)[0].GetA()/(*this)[i].GetA(); 120 } 121 122 // -------------------------------------------------------------------------- 123 // 114 124 // Prints the Geometry information of all pixels in the camera 115 125 //
Note:
See TracChangeset
for help on using the changeset viewer.