Changeset 4164 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 05/25/04 10:52:15 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r4159 r4164 223 223 using namespace std; 224 224 225 const Float_t MCalibrationChargeCalc::fgChargeLimit = 3.;225 const Float_t MCalibrationChargeCalc::fgChargeLimit = 2.5 226 226 const Float_t MCalibrationChargeCalc::fgChargeErrLimit = 0.; 227 227 const Float_t MCalibrationChargeCalc::fgChargeRelErrLimit = 1.; … … 421 421 fBlindPixel = (MCalibrationChargeBlindPix*)pList->FindObject("MCalibrationChargeBlindPix"); 422 422 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 } 425 428 426 429 fPINDiode = (MCalibrationChargePINDiode*)pList->FindObject("MCalibrationChargePINDiode"); 427 430 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 } 430 436 431 437
Note:
See TracChangeset
for help on using the changeset viewer.