Ignore:
Timestamp:
03/01/07 21:20:41 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8342 r8343  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.28 2007-03-01 18:21:08 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.29 2007-03-01 21:16:55 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    310310  const Int_t samples = fRunHeader->GetNumSamples();
    311311  SetBinning(samples, -0.5, samples-0.5);
    312  
     312
    313313  if (fHiGainArray->GetSize()==0)
    314314  {
     
    443443        continue;
    444444
    445       const Float_t time = (Float_t)maxpos;
    446 
    447       (*this)[i].FillHist(time);
     445      (*this)[i].FillHist(maxpos);
    448446       
    449447      const Int_t aidx   = (*fGeom)[i].GetAidx();
    450448      const Int_t sector = (*fGeom)[i].GetSector();
    451449
    452       fSumhiarea[aidx]      += time;
    453       fSumhisector[sector]  += time;
    454      
     450      fSumhiarea[aidx]      += maxpos;
     451      fSumhisector[sector]  += maxpos;
     452
    455453      fAverageAreaNum[aidx]++;
    456454      fAverageSectorNum[sector]++;
Note: See TracChangeset for help on using the changeset viewer.