Ignore:
Timestamp:
05/16/07 14:56:18 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8452 r8519  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.58 2007-04-27 10:04:47 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.59 2007-05-16 13:56:17 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    751751         continue;
    752752
    753       const Float_t timehi = fRawEvt->GetMax(pixid, hifirst, hilast)+hifirst;
     753      const Float_t timehi = fRawEvt->GetMaxPos(pixid, hifirst, hilast)+hifirst;
    754754      histhi.FillAbsTime(timehi);
    755755
     
    764764          MHCalibrationChargePix &histlo = (MHCalibrationChargePix&)(*this)(pixid);
    765765
    766           const Float_t timelo = fRawEvt->GetMax(pixid, nhi+lofirst, nhi+lolast)+lofirst;
     766          const Float_t timelo = fRawEvt->GetMaxPos(pixid, nhi+lofirst, nhi+lolast)+lofirst;
    767767          histlo.FillAbsTime(timelo);
    768768
Note: See TracChangeset for help on using the changeset viewer.