Changeset 5713 for trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
- Timestamp:
- 01/05/05 19:40:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
r5685 r5713 679 679 if (overflow > 0.0005*hist->GetEntries()) 680 680 { 681 *fLog << warn << "HiGain Hist-overflow occurred" << overflow681 *fLog << warn << "HiGain Hist-overflow " << overflow 682 682 << " times in " << pix.GetName() << " (w/o saturation!) " << endl; 683 683 } … … 686 686 if (overflow > 0.0005*hist->GetEntries()) 687 687 { 688 *fLog << warn << "HiGain Hist-underflow occurred" << overflow688 *fLog << warn << "HiGain Hist-underflow " << overflow 689 689 << " times in " << pix.GetName() << " (w/o saturation!) " << endl; 690 690 }
Note:
See TracChangeset
for help on using the changeset viewer.