Ignore:
Timestamp:
08/12/04 21:28:37 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc

    r4537 r4602  
    606606{
    607607
     608  *fLog << endl;
     609
    608610  if (fHiGainOverFlow)
    609611    *fLog << warn << GetDescriptor()
    610           << ": WARNING: Histogram Overflow has occurred " << fHiGainOverFlow << " in the High-Gain! " << endl;
     612          << ": Histogram Overflow has occurred " << fHiGainOverFlow << " in the High-Gain! " << endl;
    611613  if (fLoGainOverFlow)
    612614    *fLog << warn << GetDescriptor()
    613           << ": WARNING: Histogram Overflow has occurred " << fLoGainOverFlow << " in the Low-Gain! " << endl;
     615          << ": Histogram Overflow has occurred " << fLoGainOverFlow << " in the Low-Gain! " << endl;
    614616
    615617  for (Int_t i=0; i<fHiGainArray->GetSize(); i++)
     
    902904// Creates new MHCalibrationCam
    903905//
    904 TObject *MHCalibrationChargeCam::Clone(const char *) const
     906TObject *MHCalibrationChargeCam::Clone(const char *name) const
    905907{
    906908
     
    958960 
    959961  gPad->SetTicks();
    960   if (!pix.IsEmpty())
     962  if (!pix.IsEmpty() && !pix.IsOnlyOverflow())
    961963    gPad->SetLogy();
    962964
Note: See TracChangeset for help on using the changeset viewer.