Ignore:
Timestamp:
01/15/04 11:53:23 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2796 r2809  
    233233    fNumHiGainSamples =  fSignals->GetNumUsedHiGainFADCSlices();
    234234    fNumLoGainSamples =  fSignals->GetNumUsedLoGainFADCSlices();
     235
    235236    fSqrtHiGainSamples = TMath::Sqrt((Float_t)fNumHiGainSamples);
    236237
     
    315316    fEvents++;
    316317
     318
    317319    //
    318320    // Create a second loop to do fill the calibration histograms
     
    353355            if (!pindiode.FillCharge(sumhi))
    354356              *fLog << warn <<
    355                 "Overflow or Underflow occurred filling HCharge: means = " << sumhi << endl;
     357                "Overflow or Underflow occurred filling PINDiode: sum = " << sumhi << endl;
    356358            if (!pindiode.FillTime((int)mtime))
    357359              *fLog << warn <<
    358                 "Overflow or Underflow occurred filling HTime: time = " << mtime << endl;
     360                "Overflow or Underflow occurred filling PINDiode: time = " << mtime << endl;
    359361            if (!pindiode.FillRChargevsTime(sumhi,fEvents))
    360362              *fLog << warn <<
    361                 "Overflow or Underflow occurred filling HChargevsN: eventnr = " << fEvents << endl;
     363                "Overflow or Underflow occurred filling PINDiode: eventnr = " << fEvents << endl;
    362364            break;
    363365
     
    414416  if (fEvents == 0)
    415417    {
    416 
    417418      *fLog << err << GetDescriptor()
    418419            << ": This run contains only cosmics or pedestals, "
Note: See TracChangeset for help on using the changeset viewer.