Ignore:
Timestamp:
01/31/05 16:19:58 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc

    r6151 r6153  
    400400
    401401  if (fHiGainOutOfRangeLeft > 0)
    402     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeLeft*100)/GetNumExecutions())
     402    *fLog << warn << GetDescriptor()
     403          << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeLeft*100)/GetNumExecutions())
    403404          << "% ranging out of high-gain window to the left!" << endl;
    404405  if (fHiGainOutOfRangeRight > 0)
    405     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100/GetNumExecutions())
    406           << "% ranging out of high-gain window to the right!" << endl;
     406    *fLog << warn << GetDescriptor()
     407          << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100)/GetNumExecutions())
     408          << "% ranging out of high-gain window to the right!" << endl;
    407409  if (fLoGainOutOfRangeLeft > 0)
    408     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fLoGainOutOfRangeLeft*100/GetNumExecutions())
     410    *fLog << warn << GetDescriptor()
     411          << ": " << Form("%4.2f",((Float_t)fLoGainOutOfRangeLeft*100)/GetNumExecutions())
    409412          << "% ranging out of low-gain window to the left!" << endl;
    410413  if (fHiGainOutOfRangeRight > 0)
    411     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100/GetNumExecutions())
     414    *fLog << warn << GetDescriptor()
     415          << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100)/GetNumExecutions())
    412416          << "% ranging out of high-gain window to the right!" << endl;
    413417
Note: See TracChangeset for help on using the changeset viewer.