Changeset 5902 for trunk/MagicSoft


Ignore:
Timestamp:
01/19/05 14:08:16 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5901 r5902  
    3333   * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
    3434     - handle scale factor in case of on-off observations
     35
     36   * mjobs/MJPedestal.cc:
     37     - aligned screen output to 80col rule
    3538
    3639
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r5874 r5902  
    970970    }
    971971    else
    972       {
    973         *fLog << warn << GetDescriptor()
    974               << ": WARNING: No extractor has been handed over! " << endl;
    975         *fLog << warn << GetDescriptor()
    976               << ": WARNING: Taking default window for pedestal extraction. The calculated pedestal RMS will probably not match with future pedestal RMSs from different extraction windows." << endl;
    977       }
     972    {
     973        *fLog << warn << GetDescriptor() << ": WARNING - No extractor has been handed over! " << endl;
     974        *fLog << "Taking default window for pedestal extraction. The calculated pedestal  RMS" << endl;
     975        *fLog << "will probably not match with future pedestal RMS' from different extraction" << endl;
     976        *fLog << "windows." << endl;
     977    }
    978978   
    979979    /*
Note: See TracChangeset for help on using the changeset viewer.