Changeset 1925 for trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
- Timestamp:
- 04/08/03 11:45:09 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
r1880 r1925 119 119 const Int_t id = pix.GetPixId(); 120 120 121 const Double_t ratio = TMath::Sqrt(fCam->GetPixRatio(id));121 const Double_t ratio = fCam->GetPixRatio(id); 122 122 123 123 // COBB: '<=' to skip entry=noise=0
Note:
See TracChangeset
for help on using the changeset viewer.