Changeset 2239 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 06/26/03 20:28:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc
r2237 r2239 336 336 337 337 const Float_t entry = pix.GetNumPhotons(); 338 const Float_t noise = (*fPed)[idx].Get Sigma();338 const Float_t noise = (*fPed)[idx].GetPedestalRms(); 339 339 340 340 // … … 496 496 // 497 497 const Float_t entry = pix.GetNumPhotons(); 498 const Float_t noise = (*fPed)[idx].Get Sigma();498 const Float_t noise = (*fPed)[idx].GetPedestalRms(); 499 499 500 500 //
Note:
See TracChangeset
for help on using the changeset viewer.