Ignore:
Timestamp:
05/27/04 09:47:18 (21 years ago)
Author:
rico
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc

    r4162 r4209  
    130130  extractor.SetRange(hifirst,hilast,lofirst,lolast);
    131131
    132   MCalibrationQECam   qecam;
    133   MBadPixelsCam       badcam;
     132  //  MCalibrationQECam   qecam;
     133  //  MBadPixelsCam       badcam;
    134134  MGeomCamMagic       geomcam;
    135135  MGeomApply          geomapl;
     
    146146  pedloop.SetInput(&pediter);
    147147  pedloop.SetExtractor(&extractor);
    148   pedloop.SetBadPixels(badcam);
     148  //  pedloop.SetBadPixels(badcam);
    149149
    150150  if (!pedloop.Process())
     
    159159  calloop.SetExtractor(&extractor);
    160160  calloop.SetInput(&caliter);
    161   calloop.SetQECam(qecam);
     161  //  calloop.SetQECam(qecam);
    162162  calloop.SetBadPixels(pedloop.GetBadPixels());
     163
    163164  if(calflag>0)
    164165    if (!calloop.Process(pedloop.GetPedestalCam()))
    165166      return;
     167
    166168
    167169  /************************************************************************/
     
    372374
    373375  tlist4.PrintStatistics();   
     376
    374377}
    375378//-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.