Changeset 3625 for trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
- Timestamp:
- 04/01/04 17:02:35 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
r3624 r3625 848 848 *fLog << warn << "Saturated Hi Gain histogram in pixel: " << pix.GetPixId() << endl; 849 849 pix.SetHiGainSaturation(); 850 // return; 850 hist.CreateFourierSpectrum(); 851 return; 851 852 } 852 853 … … 917 918 bad.SetUncalibrated( MBadPixelsPix::kLoGainSaturation ); 918 919 bad.SetUnsuitable( MBadPixelsPix::kUnsuitableRun ); 919 // return; 920 hist.CreateFourierSpectrum(); 921 return; 920 922 } 921 923
Note:
See TracChangeset
for help on using the changeset viewer.