Changeset 2234


Ignore:
Timestamp:
06/25/03 11:00:47 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2233 r2234  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/06/25: Thomas Bretz
     4
     5   * mgeom/MGeomCam.cc:
     6     - fixed the description of GetPixRatio
     7
     8
    29
    310 2003/06/25: Abelardo Moralejo
     
    714       the square root of the ratio between the area of an inner pixel
    815       and the current pixel (it was confusing).
     16
     17
    918
    1019 2003/06/24: Thomas Bretz
     
    6271   * mgui/MHexagon.[h,cc]:
    6372     - fixed CopyConstructor
     73
     74   * mbase/MLog.cc:
     75     - fixed a bug in NoColor mode
    6476
    6577
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.cc

    r2209 r2234  
    120120// --------------------------------------------------------------------------
    121121//
    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.
    124125//
    125126Float_t MGeomCam::GetPixRatio(UInt_t i) const
Note: See TracChangeset for help on using the changeset viewer.