Ignore:
Timestamp:
02/07/03 12:59:11 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgeom
Files:
2 edited

Legend:

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

    r1715 r1747  
    115115//  the id 0 to scale variables with the pixel size.
    116116//
    117 Float_t MGeomCam::GetPixRatio(Int_t i) const
     117Float_t MGeomCam::GetPixRatio(UInt_t i) const
    118118{
    119119    return i<fNumPixels ? (*this)[0].GetA()/(*this)[i].GetA() : 0;
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.h

    r1540 r1747  
    3636    UInt_t  GetNumPixels() const       { return fNumPixels; }
    3737    Float_t GetMaxRadius() const       { return fMaxRadius; }
    38     Float_t GetPixRatio(Int_t i) const;
     38    Float_t GetPixRatio(UInt_t i) const;
    3939
    4040    MGeomPix &operator[](Int_t i)       { return *(MGeomPix*)fPixels->UncheckedAt(i); }
Note: See TracChangeset for help on using the changeset viewer.