Ignore:
Timestamp:
10/15/02 17:02:46 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1458 r1540  
    112112// --------------------------------------------------------------------------
    113113//
     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//
     117inline Float_t MGeomCam::GetPixRatio(Int_t i) const
     118{
     119    return (*this)[0].GetA()/(*this)[i].GetA();
     120}
     121
     122// --------------------------------------------------------------------------
     123//
    114124//  Prints the Geometry information of all pixels in the camera
    115125//
Note: See TracChangeset for help on using the changeset viewer.