Changeset 3197 for trunk/MagicSoft


Ignore:
Timestamp:
02/16/04 14:57:33 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3189 r3197  
    564564Int_t MCalibrationCalc::PostProcess()
    565565{
    566 
    567   *fLog << inf << endl;
    568 
    569566  *fLog << inf << GetDescriptor() << ": Cut Histogram Edges" << endl;
    570567
     
    578575  //
    579576  if (TESTBIT(fFlags,kUseBlindPixelFit))
    580     {
     577  {
    581578      //
    582579      // Get pointer to blind pixel
     
    635632     
    636633      blindpixel.DrawClone();
    637     }
     634  }
    638635  else
    639     *fLog << inf << GetDescriptor() << ": Skipping Blind Pixel Fit " << endl;
    640 
    641   *fLog << err << "total: " << GetNumExecutions() << " sphe: " << fNumBlindPixelSinglePhe << " ped: " << fNumBlindPixelPedestal << endl;
     636      *fLog << inf << GetDescriptor() << ": Skipping Blind Pixel Fit " << endl;
     637
     638  *fLog << inf << "total: " << GetNumExecutions() << " sphe: " << fNumBlindPixelSinglePhe << " ped: " << fNumBlindPixelPedestal << endl;
    642639
    643640 
Note: See TracChangeset for help on using the changeset viewer.