Changeset 2809 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/15/04 11:53:23 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
r2796 r2809 233 233 fNumHiGainSamples = fSignals->GetNumUsedHiGainFADCSlices(); 234 234 fNumLoGainSamples = fSignals->GetNumUsedLoGainFADCSlices(); 235 235 236 fSqrtHiGainSamples = TMath::Sqrt((Float_t)fNumHiGainSamples); 236 237 … … 315 316 fEvents++; 316 317 318 317 319 // 318 320 // Create a second loop to do fill the calibration histograms … … 353 355 if (!pindiode.FillCharge(sumhi)) 354 356 *fLog << warn << 355 "Overflow or Underflow occurred filling HCharge: means= " << sumhi << endl;357 "Overflow or Underflow occurred filling PINDiode: sum = " << sumhi << endl; 356 358 if (!pindiode.FillTime((int)mtime)) 357 359 *fLog << warn << 358 "Overflow or Underflow occurred filling HTime: time = " << mtime << endl;360 "Overflow or Underflow occurred filling PINDiode: time = " << mtime << endl; 359 361 if (!pindiode.FillRChargevsTime(sumhi,fEvents)) 360 362 *fLog << warn << 361 "Overflow or Underflow occurred filling HChargevsN: eventnr = " << fEvents << endl;363 "Overflow or Underflow occurred filling PINDiode: eventnr = " << fEvents << endl; 362 364 break; 363 365 … … 414 416 if (fEvents == 0) 415 417 { 416 417 418 *fLog << err << GetDescriptor() 418 419 << ": This run contains only cosmics or pedestals, "
Note:
See TracChangeset
for help on using the changeset viewer.