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

Legend:

Unmodified
Added
Removed
  • TabularUnified 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.