Ignore:
Timestamp:
02/04/07 17:38:05 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8304 r8306  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.50 2007-02-04 15:29:09 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.51 2007-02-04 17:37:13 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    11541154    {
    11551155        *fLog << warn << hist.GetName() << ": Mean Arr.Time: "
    1156             << Form("%4.1f < %4.1f, (%3.1f + %3.1)", mean, lowerlimit, fTimeLowerLimit, first) << endl;
     1156            << Form("%4.1f < %4.1f, (%3.1f + %3.1f)", mean, lowerlimit, fTimeLowerLimit, first) << endl;
    11571157        bad.SetUncalibrated(MBadPixelsPix::kMeanTimeInFirstBin);
    11581158    }
     
    11611161    {
    11621162        *fLog << warn << hist.GetName() << ": Mean Arr.Time: "
    1163             << Form("%4.1f > %4.1f, (%3.1f - %3.1)", mean, upperlimit, fTimeUpperLimit, last) << endl;
     1163            << Form("%4.1f > %4.1f, (%3.1f - %3.1f)", mean, upperlimit, fTimeUpperLimit, last) << endl;
    11641164        bad.SetUncalibrated(MBadPixelsPix::kMeanTimeInLast2Bins);
    11651165    }
Note: See TracChangeset for help on using the changeset viewer.