Ignore:
Timestamp:
01/05/05 19:40:26 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc

    r5685 r5713  
    679679  if (overflow > 0.0005*hist->GetEntries())
    680680    {
    681       *fLog << warn << "HiGain Hist-overflow occurred " << overflow
     681      *fLog << warn << "HiGain Hist-overflow " << overflow
    682682            << " times in " << pix.GetName() << " (w/o saturation!) " << endl;
    683683    }
     
    686686  if (overflow > 0.0005*hist->GetEntries())
    687687    {
    688       *fLog << warn << "HiGain Hist-underflow occurred " << overflow
     688      *fLog << warn << "HiGain Hist-underflow " << overflow
    689689            << " times in " << pix.GetName() << " (w/o saturation!) " << endl;
    690690    }
Note: See TracChangeset for help on using the changeset viewer.