Changeset 6153 for trunk/MagicSoft/Mars
- Timestamp:
- 01/31/05 16:19:58 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
r6013 r6153 73 73 74 74 MCalibrationCam::PulserColor_t fPulserColor; // Calibration LEDs colour 75 Float_t fStrength; // Calibration LEDs strength 75 76 76 77 Int_t fNumInnerFFactorMethodUsed; // Number of inner pixels used for F-Factor Method calibration -
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.