Ignore:
Timestamp:
07/14/04 21:44:14 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3752 r4384  
    1818!   Author(s): Thomas Bretz, 09/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!              Markus Gaug,  03/2004 <mailto:markus@ifae.es>
    20 !
     20!              Hendrik Bartko, 07/2003 <mailto:hbartko@mppmu.mpg.de>
     21!         
    2122!   Copyright: MAGIC Software Development, 2000-2004
    2223!
     
    156157    MPedPhotCam *pedphot = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam"));
    157158    if (pedphot)
    158         pedphot->InitSize(cam->GetNumPixels());
     159        pedphot->Init(*cam);
    159160
    160161    MExtractedSignalCam *ext = (MExtractedSignalCam*)pList->FindObject(AddSerialNumber("MExtractedSignalCam"));
Note: See TracChangeset for help on using the changeset viewer.