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/MCT1PadSchweizer.cc

    r2237 r2255  
    540540    Int_t j = pix.GetPixId();
    541541
    542     Double_t ratioArea = fCam->GetPixRatio(j);
     542    // GetPixRatio returns (area of pixel 0 / area of current pixel)
     543    Double_t ratioArea = 1.0 / fCam->GetPixRatio(j);
    543544
    544545    MPedestalPix &ppix = (*fPed)[j];
Note: See TracChangeset for help on using the changeset viewer.