Changeset 2234
- Timestamp:
- 06/25/03 11:00:47 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2233 r2234 1 1 -*-*- END OF LINE -*-*- 2 3 2003/06/25: Thomas Bretz 4 5 * mgeom/MGeomCam.cc: 6 - fixed the description of GetPixRatio 7 8 2 9 3 10 2003/06/25: Abelardo Moralejo … … 7 14 the square root of the ratio between the area of an inner pixel 8 15 and the current pixel (it was confusing). 16 17 9 18 10 19 2003/06/24: Thomas Bretz … … 62 71 * mgui/MHexagon.[h,cc]: 63 72 - fixed CopyConstructor 73 74 * mbase/MLog.cc: 75 - fixed a bug in NoColor mode 64 76 65 77 -
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r2209 r2234 120 120 // -------------------------------------------------------------------------- 121 121 // 122 // returns the ratio of the area of the given pixel to the pixel with 123 // the id 0 to scale variables with the pixel size. 122 // returns the ratio of the area of the pixel with index 0 to the pixel 123 // with the specified index i. 0 Is returned if the index argument is 124 // out of range. 124 125 // 125 126 Float_t MGeomCam::GetPixRatio(UInt_t i) const
Note:
See TracChangeset
for help on using the changeset viewer.