Changeset 8147 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
- Timestamp:
- 10/23/06 13:27:21 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
r7188 r8147 799 799 if (convrelvar > limit || convrelvar < 0.) 800 800 { 801 *fLog << warn << GetDescriptor() << ": Conv. F-Factor Method Rel. Var.: "802 << Form("%4.3f out of limits: [0,%3.2f] in pixel:%4i",convrelvar,limit,fPixId) << endl;803 return kFALSE;801 *fLog << warn << "pixel " << setw(4) << fPixId << ": Conv. F-Factor Method Rel. Var.: " 802 << Form("%4.3f out of limits: [0,%3.2f]",convrelvar,limit) << endl; 803 return kFALSE; 804 804 } 805 805
Note:
See TracChangeset
for help on using the changeset viewer.