Ignore:
Timestamp:
07/14/05 16:03:32 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc

    r7028 r7189  
    464464
    465465      if (npix > fNumPixelsRequired)
    466         GetAverageHiGainArea(j).FillHist(fSumhiarea[j]/npix);
     466        {
     467           if (IsOscillations())
     468                GetAverageHiGainArea(j).FillHistAndArray(fSumhiarea[j]/npix);
     469           else
     470                GetAverageHiGainArea(j).FillHist(fSumhiarea[j]/npix);
     471
     472        }
    467473    }
    468474
     
    473479
    474480      if (npix > 0)
    475         GetAverageHiGainSector(j).FillHist(fSumhisector [j]/npix);
     481        {
     482           if (IsOscillations())
     483                GetAverageHiGainSector(j).FillHistAndArray(fSumhisector [j]/npix);
     484           else
     485                GetAverageHiGainSector(j).FillHist(fSumhisector [j]/npix);
     486        }
    476487    }
    477488
     
    560571    {
    561572      *fLog << dbginf << GetDescriptor() << ": ID " << GetName()
     573            << " "<<pix.GetPixId()
    562574            << " Mean: "         << hist.GetMean    ()
    563575            << " MeanErr: "      << hist.GetMeanErr ()
Note: See TracChangeset for help on using the changeset viewer.