Ignore:
Timestamp:
07/01/03 10:46:07 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCT1PadONOFF.cc

    r2206 r2255  
    14011401    Int_t j = pix.GetPixId();
    14021402
    1403     Double_t ratioArea = fCam->GetPixRatio(j);
     1403    // GetPixRatio returns (area of pixel 0 / area of current pixel)
     1404    Double_t ratioArea = 1.0 / fCam->GetPixRatio(j);
    14041405
    14051406    MPedestalPix &ppix = (*fPed)[j];
Note: See TracChangeset for help on using the changeset viewer.