Ignore:
Timestamp:
06/23/03 11:01:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2180 r2206  
    182182}
    183183
    184 Bool_t MPedestalCam::GetPixelContent(Float_t &val, Int_t idx, Float_t ratio, Int_t type) const
     184Bool_t MPedestalCam::GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type) const
    185185{
    186     val = (*this)[idx].GetMean()*ratio;
     186    val = (*this)[idx].GetMean()*cam.GetPixRatio(idx);
    187187    return kTRUE;
    188188}
Note: See TracChangeset for help on using the changeset viewer.