Changeset 6153 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 01/31/05 16:19:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
r6151 r6153 400 400 401 401 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()) 403 404 << "% ranging out of high-gain window to the left!" << endl; 404 405 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; 407 409 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()) 409 412 << "% ranging out of low-gain window to the left!" << endl; 410 413 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()) 412 416 << "% ranging out of high-gain window to the right!" << endl; 413 417
Note:
See TracChangeset
for help on using the changeset viewer.