Ignore:
Timestamp:
08/13/04 08:00:25 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbadpixels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCalc.cc

    r4586 r4608  
    102102    if (fPedestalLevel>0)
    103103    {
    104       fPedPhotCam = (MPedPhotCam*)pList->FindObject(fNamePedPhotContainer,  AddSerialNumber("MPedPhotCam"));
     104      fPedPhotCam = (MPedPhotCam*)pList->FindObject(AddSerialNumber(fNamePedPhotContainer), "MPedPhotCam");
    105105        if (!fPedPhotCam)
    106106        {
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc

    r4586 r4608  
    121121    }
    122122
    123     fPedPhot = (MPedPhotCam*)pList->FindObject(fNamePedPhotContainer, AddSerialNumber("MPedPhotCam"));
     123    fPedPhot = (MPedPhotCam*)pList->FindObject(AddSerialNumber(fNamePedPhotContainer), "MPedPhotCam");
    124124    if (!fPedPhot)
    125125    {
Note: See TracChangeset for help on using the changeset viewer.