Ignore:
Timestamp:
02/08/04 17:36:23 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2944 r3052  
    119119    MPedestalCam *ped = (MPedestalCam*)pList->FindObject(AddSerialNumber("MPedestalCam"));
    120120    if (ped)
    121         ped->InitSize(cam->GetNumPixels());
     121      ped->InitSize(cam->GetNumPixels());
    122122
    123123
    124124    MCalibrationCam *cal = (MCalibrationCam*)pList->FindObject(AddSerialNumber("MCalibrationCam"));
    125125    if (cal)
    126         cal->InitSize(cam->GetNumPixels());
     126      cal->InitSize(cam->GetNumPixels());
    127127
    128128
    129129    MPedPhotCam *pedphot = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam"));
    130130    if (pedphot)
    131         pedphot->InitSize(cam->GetNumPixels());
    132 
     131      pedphot->InitSize(cam->GetNumPixels());
    133132
    134133    MExtractedSignalCam *ext = (MExtractedSignalCam*)pList->FindObject(AddSerialNumber("MExtractedSignalCam"));
     
    138137    MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels"));
    139138    if (bnd)
    140         bnd->InitSize(cam->GetNumPixels());
     139      bnd->InitSize(cam->GetNumPixels());
    141140
    142141    MArrivalTime *tme = (MArrivalTime*)pList->FindObject(AddSerialNumber("MArrivalTime"));
    143142    if (tme)
    144         tme->InitSize(cam->GetNumPixels());
     143      tme->InitSize(cam->GetNumPixels());
    145144
    146145    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.