Ignore:
Timestamp:
12/23/03 16:26:30 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MGeomApply.cc

    r2674 r2749  
    5858#include "MPedestalCam.h"
    5959#include "MCalibrationCam.h"
     60#include "MPedPhotCam.h"
    6061#include "MBlindPixels.h"
    6162
     
    122123
    123124
     125    MPedPhotCam *pedphot = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam"));
     126    if (pedphot)
     127        pedphot->InitSize(cam->GetNumPixels());
     128
     129
    124130    MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels"));
    125131    if (bnd)
Note: See TracChangeset for help on using the changeset viewer.