Changeset 4209 for trunk/MagicSoft/Mars/mtemp/mifae
- Timestamp:
- 05/27/04 09:47:18 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r4202 r4209 20 20 21 21 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 23 28 * library/MHillasDisplay.[h,cc] 24 29 - Call for MIslands::Print() in the process if any MIslands is -
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r4162 r4209 130 130 extractor.SetRange(hifirst,hilast,lofirst,lolast); 131 131 132 MCalibrationQECam qecam;133 MBadPixelsCam badcam;132 // MCalibrationQECam qecam; 133 // MBadPixelsCam badcam; 134 134 MGeomCamMagic geomcam; 135 135 MGeomApply geomapl; … … 146 146 pedloop.SetInput(&pediter); 147 147 pedloop.SetExtractor(&extractor); 148 pedloop.SetBadPixels(badcam);148 // pedloop.SetBadPixels(badcam); 149 149 150 150 if (!pedloop.Process()) … … 159 159 calloop.SetExtractor(&extractor); 160 160 calloop.SetInput(&caliter); 161 calloop.SetQECam(qecam);161 // calloop.SetQECam(qecam); 162 162 calloop.SetBadPixels(pedloop.GetBadPixels()); 163 163 164 if(calflag>0) 164 165 if (!calloop.Process(pedloop.GetPedestalCam())) 165 166 return; 167 166 168 167 169 /************************************************************************/ … … 372 374 373 375 tlist4.PrintStatistics(); 376 374 377 } 375 378 //-------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.