Changeset 2644 for trunk


Ignore:
Timestamp:
12/11/03 14:10:51 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2642 r2644  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2003/12/11: Abelardo Moralejo
     7   * manalysis/MGeomApply.cc
     8        - Initialize size of the MCalibrationCam object according to
     9          camera geometry.
     10
    611 2003/12/11: Markus Gaug
    712   * manalysis/MExtractSignal, MExtractedSignalPix
  • trunk/MagicSoft/Mars/manalysis/MGeomApply.cc

    r2470 r2644  
    5757#include "MGeomCam.h"
    5858#include "MPedestalCam.h"
     59#include "MCalibrationCam.h"
    5960#include "MBlindPixels.h"
    6061
     
    109110        ped->InitSize(cam->GetNumPixels());
    110111
     112
     113    MCalibrationCam *cal = (MCalibrationCam*)pList->FindObject(AddSerialNumber("MCalibrationCam"));
     114    if (cal)
     115        cal->InitSize(cam->GetNumPixels());
     116
     117
    111118    MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels"));
    112119    if (bnd)
Note: See TracChangeset for help on using the changeset viewer.