Ignore:
Timestamp:
08/12/04 08:16:56 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4559 r4586  
    8787//
    8888MBadPixelsTreat::MBadPixelsTreat(const char *name, const char *title)
    89     : fFlags(0), fNumMinNeighbors(3)
     89  : fFlags(0), fNumMinNeighbors(3), fNamePedPhotContainer("MPedPhotCam")
    9090{
    9191    fName  = name  ? name  : gsDefName.Data();
     
    121121    }
    122122
    123     fPedPhot = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam"));
     123    fPedPhot = (MPedPhotCam*)pList->FindObject(fNamePedPhotContainer, AddSerialNumber("MPedPhotCam"));
    124124    if (!fPedPhot)
    125125    {
Note: See TracChangeset for help on using the changeset viewer.