Changeset 4608 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 08/13/04 08:00:25 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mbadpixels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCalc.cc
r4586 r4608 102 102 if (fPedestalLevel>0) 103 103 { 104 fPedPhotCam = (MPedPhotCam*)pList->FindObject( fNamePedPhotContainer, AddSerialNumber("MPedPhotCam"));104 fPedPhotCam = (MPedPhotCam*)pList->FindObject(AddSerialNumber(fNamePedPhotContainer), "MPedPhotCam"); 105 105 if (!fPedPhotCam) 106 106 { -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
r4586 r4608 121 121 } 122 122 123 fPedPhot = (MPedPhotCam*)pList->FindObject( fNamePedPhotContainer, AddSerialNumber("MPedPhotCam"));123 fPedPhot = (MPedPhotCam*)pList->FindObject(AddSerialNumber(fNamePedPhotContainer), "MPedPhotCam"); 124 124 if (!fPedPhot) 125 125 {
Note:
See TracChangeset
for help on using the changeset viewer.