Changeset 4337 for trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
- Timestamp:
- 06/23/04 01:27:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
r4336 r4337 523 523 524 524 if (!histhi.FillHistAndArray(sumhi)) 525 fHiGainOver flow++;525 fHiGainOverFlow++; 526 526 if (!histlo.FillHistAndArray(sumlo)) 527 fLoGainOver flow++;527 fLoGainOverFlow++; 528 528 529 529 const Int_t sathi = (Int_t)pix.GetNumHiGainSaturated(); … … 636 636 { 637 637 638 if (fHiGainOver flow)638 if (fHiGainOverFlow) 639 639 *fLog << warn << GetDescriptor() 640 << ": WARNING: Histogram Overflow has occurred " << fHiGainOver flow << " in the High-Gain! " << endl;641 if (fLoGainOver flow)640 << ": WARNING: Histogram Overflow has occurred " << fHiGainOverFlow << " in the High-Gain! " << endl; 641 if (fLoGainOverFlow) 642 642 *fLog << warn << GetDescriptor() 643 << ": WARNING: Histogram Overflow has occurred " << fLoGainOver flow << " in the Low-Gain! " << endl;643 << ": WARNING: Histogram Overflow has occurred " << fLoGainOverFlow << " in the Low-Gain! " << endl; 644 644 645 645 for (Int_t i=0; i<fHiGainArray->GetSize(); i++)
Note:
See TracChangeset
for help on using the changeset viewer.