Ignore:
Timestamp:
02/09/04 09:09:14 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.h

    r2674 r3064  
    2525    TObjArray fPixels;       // Array of singel pixels storing the geometry
    2626
    27     TArrayF   fPixRatio;     // Array storing the ratio between size of pixel idx and pixel 0 (for speed reasons)
    28     TArrayF   fPixRatioSqrt; // Array storing the square root ratio between size of pixel idx and pixel 0 (for speed reasons)
     27    TArrayF   fPixRatio;     // Array storing the ratio between size of pixel 0 and pixel idx (for speed reasons)
     28    TArrayF   fPixRatioSqrt; // Array storing the square root ratio between size of pixel 0 and pixel idx (for speed reasons)
    2929
    3030    UInt_t    fNumSectors;   // Number of sectors
Note: See TracChangeset for help on using the changeset viewer.