Changeset 2206 for trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
- Timestamp:
- 06/23/03 11:01:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
r2180 r2206 182 182 } 183 183 184 Bool_t MPedestalCam::GetPixelContent( Float_t &val, Int_t idx, Float_t ratio, Int_t type) const184 Bool_t MPedestalCam::GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type) const 185 185 { 186 val = (*this)[idx].GetMean()* ratio;186 val = (*this)[idx].GetMean()*cam.GetPixRatio(idx); 187 187 return kTRUE; 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.