Ignore:
Timestamp:
10/23/06 13:27:21 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc

    r7188 r8147  
    799799  if (convrelvar > limit || convrelvar < 0.)
    800800    {
    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;
    804804    }
    805805 
Note: See TracChangeset for help on using the changeset viewer.