Changeset 5949 for trunk/MagicSoft
- Timestamp:
- 01/23/05 16:50:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
r5864 r5949 980 980 // ------------------------------------------------------------- 981 981 // 982 // If MBadPixelsPix::Is Bad():982 // If MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun): 983 983 // - calls MHCalibrationPix::SetExcluded() 984 984 // … … 1198 1198 1199 1199 if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow()) 1200 return; 1201 1200 { 1201 *fLog << err << GetDescriptor() 1202 << ": Only overflow or underflow in high-gain pixel: " << pix.GetPixId() << endl; 1203 return; 1204 } 1202 1205 // 1203 1206 // 2) Fit the Hi Gain histograms with a Gaussian … … 1279 1282 1280 1283 if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow()) 1284 { 1285 *fLog << err << GetDescriptor() 1286 << ": Only overflow or underflow in low-gain pixel: " << pix.GetPixId() << endl; 1281 1287 return; 1282 1283 1288 } 1284 1289 // 1285 1290 // 2) Fit the Hi Gain histograms with a Gaussian
Note:
See TracChangeset
for help on using the changeset viewer.