Ignore:
Timestamp:
05/25/04 10:52:15 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4159 r4164  
    223223using namespace std;
    224224
    225 const Float_t MCalibrationChargeCalc::fgChargeLimit            = 3.;
     225const Float_t MCalibrationChargeCalc::fgChargeLimit            = 2.5
    226226const Float_t MCalibrationChargeCalc::fgChargeErrLimit         = 0.;
    227227const Float_t MCalibrationChargeCalc::fgChargeRelErrLimit      = 1.;
     
    421421  fBlindPixel = (MCalibrationChargeBlindPix*)pList->FindObject("MCalibrationChargeBlindPix");
    422422  if (!fBlindPixel)
    423     *fLog << warn << GetDescriptor()
    424           << ": MCalibrationChargeBlindPix not found... no blind pixel method! " << endl;
     423    {
     424      *fLog << endl;
     425      *fLog << warn << GetDescriptor()
     426            << ": MCalibrationChargeBlindPix not found... no Blind Pixel method! " << endl;
     427    }
    425428 
    426429  fPINDiode = (MCalibrationChargePINDiode*)pList->FindObject("MCalibrationChargePINDiode");
    427430  if (!fPINDiode)
    428     *fLog << warn << GetDescriptor()
    429           << "MCalibrationChargePINDiode not found... no PIN Diode method! " << endl;
     431    {
     432      *fLog << endl;
     433      *fLog << warn << GetDescriptor()
     434            << ": MCalibrationChargePINDiode not found... no PIN Diode method! " << endl;
     435    }
    430436 
    431437
Note: See TracChangeset for help on using the changeset viewer.