Changeset 4209 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/27/04 09:47:18 (20 years ago)
Author:
rico
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/Changelog

    r4202 r4209  
    2020
    2121       
    22  2004/05/24 Javier Rico
     22 2004/05/27 Javier Rico
     23   * programs/makeHillas.cc
     24     - Remove unneeded MCalibrationQECam and MBadPixelsCam objects,
     25       trying to trace back a bug in the calibration
     26       
     27 2004/05/26 Javier Rico
    2328   * library/MHillasDisplay.[h,cc]
    2429     - Call for MIslands::Print() in the process if any MIslands is
  • 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.