Changeset 4209 for trunk/MagicSoft/Mars/mtemp/mifae/programs
- Timestamp:
- 05/27/04 09:47:18 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.